syampillai / SOCharts

A wrapper around the "echarts" JavaScript library to use it as a Vaadin component.
Apache License 2.0
27 stars 11 forks source link

Extend event handling to other chart types/actions (e.g. click event on a bar chart) #23

Open artaius opened 1 year ago

artaius commented 1 year ago

Could the event handling be extended in a way, that it supports to react on user actions on the chart (see echarts doc)

E.g. registering a click event on a bar chart item should allow for routing to a new Vaadin view.