chartjs-chart-sankey 0.14.4 → 0.15.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/README.md CHANGED
@@ -7,6 +7,7 @@
7
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)
8
8
  [![npm](https://img.shields.io/npm/v/chartjs-chart-sankey.svg)](https://www.npmjs.com/package/chartjs-chart-sankey)
9
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)
10
+ [![documentation](https://img.shields.io/static/v1?message=Documentation&color=informational)](https://chartjs-chart-sankey.pages.dev)
10
11
  ![npm bundle size](https://img.shields.io/bundlephobia/min/chartjs-chart-sankey.svg)
11
12
  ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-chart-sankey.svg)
12
13
 
@@ -27,6 +28,10 @@ Typescript 3.x and higher is supported.
27
28
 
28
29
  ## Documentation
29
30
 
31
+ You can find documentation for chartjs-chart-sankey at [https://chartjs-chart-sankey.pages.dev/](https://chartjs-chart-sankey.pages.dev/).
32
+
33
+ ## Integration
34
+
30
35
  You can use **chartjs-chart-sankey.js** as ES module. You'll need to manually register two components
31
36
 
32
37
  ```js