1

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?

1 Answers1

-1

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

Nebras
  • 636
  • 1
  • 7
  • 16