Reputation: 11
I have a project where the data in the main chart is represented as a bar chart and the data in a drilldown should be line/area/column chart.
Is this possible?
Upvotes: 1
Views: 391
Reputation: 636
You can manipulate your logic. Use the click events on the chart and then open a new window with the new charts you want.
Example of chart click event: https://demo.vaadin.com/charts/#DateAxisAndClickEvent
Upvotes: -1