Highchart 3d: Chart graph. Zaxis alignment issue

断了今生、忘了曾经 提交于 2020-01-06 07:24:15

问题


I am working on a 3d scatter plot chart. But facing issues with setting up the position of z axis label. Kindly help me in getting it back in proper position. Thanks in advance.

I tried to play around with the zaxis values but no luck.

zAxis: {

  min: 0,
  max: 11,
  gridLineColor: 'white',
  categories: ['W', '1', '2', '3c', '3b', '3a', '4c', '4b', '4a', '5c', '5b', '5a'],
  labels: {
    y: 1,
    rotation: 30,
    align: 'center'
  }
}

JS Fiddle link : http://jsfiddle.net/suprcool01/xvdcqbyk/24/

来源:https://stackoverflow.com/questions/50212841/highchart-3d-chart-graph-zaxis-alignment-issue

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