Toggle / Show / Hide for stacked bar chart with 60 items in each bar very slow
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
I've got a stacked bar chart that has 60 elements in each stack. I toggling on/off all of the the chart elements via:
```
chart.toggle(arrayOfElementIDs);
```
so they can be individually analyzed.
It works, but takes ~15 seconds to deselect/select all 60 elements. Any idea how can I speed this up?
What additional information can I provide?
Scott
Contributor guide
Assessment
This issue has not been assessed yet.