嘿嘿!
我想创建一个图表,当我设置新的极端值时它会自动更新他的标志,但它不会更新标志。
json 调用没有任何问题 -> 更改极端后,它返回正确的 json 数据。
$.getJSON('/myproject/index.php?r=chart/events&id='+itemId+'&start='+ Math.round(e.min) +
'&end='+ Math.round(e.max), function(data) {
chart.series[1].setData(data);
chart.hideLoading();
}
干杯