It seems that you haven’t looked hard enough:
$("#button").click(function () {
x.series[0].setData([30]);
});
setData
accepts a list as a parameter, not a number.
solved setdata() and column chart [closed]
It seems that you haven’t looked hard enough:
$("#button").click(function () {
x.series[0].setData([30]);
});
setData
accepts a list as a parameter, not a number.
solved setdata() and column chart [closed]