I am wondering if there is a way lo live update nodes and node labels. it seems to me that the function set and .append is not working on the network graph. https://playground.anychart.com/yJyq7cMc/1
Maybe someone can help?
I am wondering if there is a way lo live update nodes and node labels. it seems to me that the function set and .append is not working on the network graph. https://playground.anychart.com/yJyq7cMc/1
Maybe someone can help?
If you need to update the label's content or add/replace points, then you need to apply to the chart the updated data. For details, check the live sample.
If you need to change the label's appearance settings, then you can call the label's API on the fly after the got rendered.