Initially I want to show line chart And show column chart after drill down specific point
Expected Result:
For Answer check my js field link
Initially I want to show line chart And show column chart after drill down specific point
Expected Result:
For Answer check my js field link
Copyright © 2021 Jogjafile Inc.


It's quite simple, on the official website of Highcharts you have a practically ready solution, all you need to do is change the type of the main series to linear (
type: 'line') and for the drilldown series to column (type: 'column').Demo: https://jsfiddle.net/BlackLabel/0pbjkmtd/
API: https://api.highcharts.com/highcharts/drilldown