← Settings and activity 2 results found Zoom in/Out in network graph 12 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · Highcharts Javascript API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Grzegorz supported this idea · Nov 12, 2019 Suppress gaps in multi-series column charts 11 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 3 comments · Highcharts Javascript API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Grzegorz commented · Nov 6, 2015 · Edit… · Delete… As a workaround you can use custom function I have written. You should put it as a callback function in load and redraw events of chart and hide and show events of series: http://api.highcharts.com/highcharts#chart.events.load http://api.highcharts.com/highcharts#chart.events.redraw http://api.highcharts.com/highcharts#plotOptions.series.events.show http://api.highcharts.com/highcharts#plotOptions.series.events.hide example: http://jsfiddle.net/zmktekak/14/ Related forum topic: http://forum.highcharts.com/highcharts-usage/suppress-gaps-in-multi-series-column-charts-t34228/ Save Submitting...
As a workaround you can use custom function I have written. You should put it as a callback function in load and redraw events of chart and hide and show events of series:
http://api.highcharts.com/highcharts#chart.events.load
http://api.highcharts.com/highcharts#chart.events.redraw
http://api.highcharts.com/highcharts#plotOptions.series.events.show
http://api.highcharts.com/highcharts#plotOptions.series.events.hide
example:
http://jsfiddle.net/zmktekak/14/
Related forum topic:
http://forum.highcharts.com/highcharts-usage/suppress-gaps-in-multi-series-column-charts-t34228/