0

如何结合两者的功能aggregate_rolloverlinked图表?

当没有另一个(单独)使用时,这两种方法都对我有用,但只有一起使用时才aggregate_rollover有效。

有谁知道这是否应该工作或者它是否是一个错误?我正在使用 v2.9。

我已经尝试系统地注释行,以查看是否有任何干扰链接但没有乐趣。

var opts = {
  data: (linedata.length > 0 ? linedata : undefined),
  height: ($scope.config.size === 12 ? 400 : 200),
  target: '#' + $scope.mgLineId,
  x_accessor: 't',
  y_accessor: 'v', //Link all the charts
  aggregate_rollover: true,
  linked : true,
  linked_format : '%Y-%m-%d-%H'
};
etc graphData = MG.data_graphic(opts)
4

0 回答 0