在未来的日期xAxis Highcharts中进行平移

时间:2017-09-08 03:33:27

标签: highcharts highstock

有没有办法让平移功能在未来的日期xAxis上平移?

self.addRow = function() {
    var newRow = {
      make: "Toyota",
      model: "Celica",
      price: 35000
    };

    self.rowData.push(newRow);
    var res = self.gridOptions().api.updateRowData({add: [newRow]});
    console.log("New row added: ", res);
};

请参阅我创建的此测试文件{{3}} 感谢您的帮助。

0 个答案:

没有答案