I can reset the data on the chart like below .. but couldn't refresh the annotations.. Every I refresh the chart previeous annotations remain, and new annotations are added to the list .. How can I refresh the annotations collection of the chart ??
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
mmd
Hi there ..
I can reset the data on the chart like below .. but couldn't refresh the annotations.. Every I refresh the chart previeous annotations remain, and new annotations are added to the list .. How can I refresh the annotations collection of the chart ??
Thanks
mmd
var items = [{
"Series 1": "0,0"
}];
chart.setDataSource(items);
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.