Selection API should not interfere with mouse hover
Open
bug
High
v0x
- Dominant language
- Handlebars
- Stars
- 265
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to implement selection in the bar chart by calling `select` method on click:
```
chart.on("click", function(e, data) {
chart.select({ key: "ZIP_CODE", value: data["ZIP_CODE"] });
});
```
This does not work because Cedar is clearing selection on mouse-out. Is there a way to persist the selection so that the clicked bar remains selected even after user moves the mouse out of it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.