kurkle / chartjs-chart-sankey

Chart.js module for creating sankey diagrams
MIT License
152 stars 29 forks source link

type polluting #115

Open Ribeiro-Tiago opened 3 months ago

Ribeiro-Tiago commented 3 months ago

The typing from this package pollutes other chartjs typings.

I've a project with different chartjs charts and other plugins, this plugin pollutes the typing of another plugin (chartjs-datalabels)

The type of prop to define colors without sankey plugin

Screenshot 2024-08-19 at 09 39 16

The type with the sankey plugin

Screenshot 2024-08-19 at 09 38 41