chartjs/Chart.BarFunnel.js

Changing values on hover

mangiavellano opened this issue · 1 comments

Hi there,

First, thanks for the plugin, very useful! I just installed and configured it, and I get a weird issue when I put my cursor on the graph (cf screenshots).

When the chart loads, everything is ok, but when I move my cursor on the different labels, the graph is automatically updated with different values.

Any ideas? Is there a way to disable the hover? I found this in the source code:

hover: {
  mode: "label"
},

but there is nothing in the doc, so I don't know if there are other possible values.

Thanks for the feedback,

screen shot 2017-04-26 at 16 56 44

screen shot 2017-04-26 at 16 56 51

Ok sorry for the post, I found the issue.

I have a "filter bar" which allows the user to update the data in live, and instead of updating the graph, I created a new one, so I guess there was a conflict between old and new values (maybe 2 graphs on the same place).

Nevermind, you can close this issue.