chartjs-chart-sankey 0.13.0 → 0.14.1
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 +1 -1
- package/README.md +4 -2
- package/dist/chartjs-chart-sankey.cjs +862 -0
- package/dist/chartjs-chart-sankey.esm.js +777 -865
- package/dist/chartjs-chart-sankey.min.js +4 -4
- package/dist/controller.d.ts +119 -0
- package/dist/flow.d.ts +65 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.d.ts +3 -0
- package/dist/lib/core.d.ts +4 -0
- package/dist/lib/helpers.d.ts +3 -0
- package/dist/lib/layout.d.ts +34 -0
- package/dist/types.d.ts +102 -0
- package/package.json +75 -55
- package/dist/chartjs-chart-sankey.js +0 -947
- package/types/index.esm.d.ts +0 -126
package/LICENSE
CHANGED
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
|
+

|
|
6
|
+
[](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-sankey)
|
|
7
|
+
[](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-sankey)
|
|
5
8
|
[](https://www.npmjs.com/package/chartjs-chart-sankey)
|
|
6
9
|
[](https://github.com/kurkle/chartjs-chart-sankey/releases/latest)
|
|
7
|
-

|
|
8
10
|

|
|
9
11
|

|
|
10
12
|
|
|
@@ -132,7 +134,7 @@ const chart = new Chart(ctx, {
|
|
|
132
134
|
|
|
133
135
|
## Example
|
|
134
136
|
|
|
135
|
-

|
|
136
138
|
|
|
137
139
|
## Online examples
|
|
138
140
|
|