问题
I am using Highcharts to draw a chart of my data.When I am having a column chart and when I drill down in it, after drill down the chart moves up from the x-axis. This is the x-axis and y-axis settings:
xAxis: {
labels: {
rotation: -20,
align: 'right'
}
},
yAxis: {
min: 0
}


回答1:
PLease update the version of the highcharts to 4.0.4, because the previous one had some bugs. It worked for me.
来源:https://stackoverflow.com/questions/28063540/highcharts-chart-moves-up-from-x-axis-on-drill-down