rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: Gantt chart not working properly with boost

Hi P. Prasath.,

That answer is a bit old (over 10 years) and a lot has changed since then. In Highcharts v2.1.9 the zoom method wasn't assigned to the "chart" object, so a small customization of the highcharts.src file was required.
Now, it's a documented method stored on a chart.prototype and you can use it out of the box without a need of editing any Highcharts source files.

API Reference: https://api.highcharts.com/class-refere ... rt#zoomOut
Demo: https://jsfiddle.net/BlackLabel/wLucyb4v/

Best regards!
Rafal Sebestjanski,
Highcharts Team Lead
manigandan
Posts: 189
Joined: Fri Jan 22, 2016 7:14 am

Re: Gantt chart not working properly with boost

Hi,

Gentle reminder.

Regards,
P. Prasath.
Regards,
Manigandan
manigandan
Posts: 189
Joined: Fri Jan 22, 2016 7:14 am

Re: Gantt chart not working properly with boost

Hi,

Gentle reminder.

Regards,
P. Prasath.
Regards,
Manigandan
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: Gantt chart not working properly with boost

Hi,

is there anything else I can help you with? Please let me know if my answer is not clear.

Best regards!
Rafal Sebestjanski,
Highcharts Team Lead
manigandan
Posts: 189
Joined: Fri Jan 22, 2016 7:14 am

Re: Gantt chart not working properly with boost

Hi,

Gentle Reminder.

Regards,
P. Prasath.
Regards,
Manigandan
manigandan
Posts: 189
Joined: Fri Jan 22, 2016 7:14 am

Re: Gantt chart not working properly with boost

Hi,

Sorry didn't notice the next pages. Just now i navigated and saw the response. Just "chart.zoomOut();" before setting new data points series works fine.

Thanks.
Regards,
Manigandan

Return to “Highcharts Gantt”