0

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
}

This is before the drill down This is after the drill Let me know if anybody has any solution for this.

kumaresan
  • 83
  • 1
  • 10

1 Answers1

0

PLease update the version of the highcharts to 4.0.4, because the previous one had some bugs. It worked for me.

kumaresan
  • 83
  • 1
  • 10