pepstock-org / Charba

J2CL and GWT Charts library based on CHART.JS
https://pepstock-org.github.io/Charba-Wiki/docs
Apache License 2.0
62 stars 6 forks source link

DatasetRangeEvent is fired when no area is selected #50

Closed stockiNail closed 4 years ago

stockiNail commented 4 years ago

When a mouse up event is fired (typically when there is a single click on the chart) and DatasetItemsSelector plugin is enabled, a DatasetRangeEvent is fired even if no area has been selected.

The event is fired with dataset 0 as selected.