Highchart-散点图,点超出y轴

时间:2019-11-25 08:27:46

标签: highcharts

enter image description here

分散的高图中的点与y轴交叉。我们如何解决呢? 另外,是否可以从9:27开始高图xaxis刻度?我尝试设置xAxis:min选项,但它仍从9:30开始刻度位置。 这是我的x和y设置:

xAxis: {
  type: 'datetime',
  showFirstLabel: true,
  startOnTick: false,
  endOnTick: false,
  minPadding: 0,
  maxPadding: 0,
  min: 1574654277034,    
  title: { text: 'X-Axis' },
  align: 'left'
},
yAxis: {
  lineWidth: 1,
  title: {
    text: 'Y-Axis'
  },
  opposite: false,
  gridLineColor: 'transparent',
},

enter image description here

0 个答案:

没有答案