chartjs-chart-sankey 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 Jukka Kurkela
3
+ Copyright (c) 2019-2024 Jukka Kurkela
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  [Chart.js](https://www.chartjs.org/) **^3.3** module for creating sankey diagrams
4
4
 
5
+ ![CI](https://github.com/kurkle/chartjs-chart-sankey/workflows/CI/badge.svg)
6
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kurkle_chartjs-chart-sankey&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-sankey)
7
+ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kurkle_chartjs-chart-sankey&metric=coverage)](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-sankey)
5
8
  [![npm](https://img.shields.io/npm/v/chartjs-chart-sankey.svg)](https://www.npmjs.com/package/chartjs-chart-sankey)
6
9
  [![pre-release](https://img.shields.io/github/v/release/kurkle/chartjs-chart-sankey?include_prereleases&style=flat-square)](https://github.com/kurkle/chartjs-chart-sankey/releases/latest)
7
- ![Node.js CI](https://github.com/kurkle/chartjs-chart-sankey/workflows/Node.js%20CI/badge.svg)
8
10
  ![npm bundle size](https://img.shields.io/bundlephobia/min/chartjs-chart-sankey.svg)
9
11
  ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-chart-sankey.svg)
10
12
 
@@ -132,7 +134,7 @@ const chart = new Chart(ctx, {
132
134
 
133
135
  ## Example
134
136
 
135
- ![Sankey Example Image](sankey.png)
137
+ ![Sankey Example Image](test/fixtures/energy.png)
136
138
 
137
139
  ## Online examples
138
140