c3js / c3js/c3

Toggle / Show / Hide for stacked bar chart with 60 items in each bar very slow

Open
#1,504 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.