Can I hide certain lines in a Line or Scatter chart
« Back to message list
Hi there!
Is it possible in a scattered chart or a line chart with multiple datasets to hide one or more line (datasets) using, for example, a checkbox?
Thanks in advance
Posted by RGraph support on 16th July 2013Is it possible in a scattered chart or a line chart with multiple datasets to hide one or more line (datasets) using, for example, a checkbox?
Thanks in advance
Hi there,
There's no option for it but an easy way to do it might be to set the relevant color to transparent: rgba(0,0,0,0) Though if you're using a key it might upset things a little.
It might be an option to keep a "master" array of all the data and then pick the relevant datasets from it as required.
Richard, RGraph support
There's no option for it but an easy way to do it might be to set the relevant color to transparent: rgba(0,0,0,0) Though if you're using a key it might upset things a little.
It might be an option to keep a "master" array of all the data and then pick the relevant datasets from it as required.
Richard, RGraph support
Add a reply
« Back to message list