kurkle / chartjs-chart-sankey

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

Tooltip settings #22

Closed nassissme closed 3 years ago

nassissme commented 3 years ago

Hi !

I cannot set the tooltip options. I'm trying to disable them to display a custom tooltip (using the external attribute).

Here is an example.

How can I configure custom (external) tooltips?

kurkle commented 3 years ago

plugin options go in config.options.plugins and inline plugins go in confing.plugins. So you are missing the options in your example.

nassissme commented 3 years ago

Ho yes thanks !