缺少数据点的百分比面积图表具有意外的垂直线

时间:2013-06-26 22:12:51

标签: highcharts

基本配置:

$('#chart').highcharts({
  tooltip: {
    crosshairs: [true, true],
    shared: false
  },
  chart: {
    type: 'area',
    height: 650,
    zoomType: 'x'
  },
  plotOptions: {
    area: {
      stacking: 'percent'
    }
  }
  series: series
});

如果缺少系列中的某些数据,则会显示意外的垂直线和后续空格,如下图所示: enter image description here

这是预期的行为吗?

干杯。

0 个答案:

没有答案