Add ability to do something like this: `chart.data().setHidden({key1: true, key2: false})`, which will enable/disable certain series' in one shot.
Add ability to do something like this:
chart.data().setHidden({key1: true, key2: false}), which will enable/disable certain series' in one shot.