Highcharts chart moves up from x-axis on drill down

与世无争的帅哥 提交于 2019-12-12 03:26:33

问题


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
}

Let me know if anybody has any solution for this.

回答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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!