chinmaymk/angular-charts

Allow hiding specific series

Closed this issue · 1 comments

Usually when you are visualizing a chart, if you have lots of parameters and just want to compare 2 of them in your chart it's way easier to just hide the rest and have your 2 parameters be displayed.

I am unsure if that mechanism exists within the plugin. I took a quick dive into the code, and couldn't see anything resembling this (like, skipping certain series's data).
I do accept tho, that this is the first time I have had any kind of "contact" with d3, so I may be missing something.

Is it possible to do this today? (without having to reassign the whole chart's data)

As of now, its not possible in angular charts.