juijs / vue-graph

⚡️ Vue components based on the JUI chart available in Vue.js
https://codepen.io/collection/nWpqoB/
128 stars 16 forks source link

legend filters unchecked at boot #39

Open jcerdan opened 3 years ago

jcerdan commented 3 years ago

Hi, Thanks for vue-graph it's really amazing and powerful! I'm currently using it to draw a line-graph with more than 50 lines at the same time. Everything works fine and I have enabled filter prop in legend for each line.

I would like to have all the lines filters unchecked at the beginnig so the user can enable the lines he wants to see, but by default, all lines are checked and the user has to disable all one at a time, and this is a little bit annoying. Is it possible to enable filter for legends and have them unchecked at boot by default? I tried and looked at other issues bout couldn't find the solution.

Regards