How can I generate an animation when a new point is added (without restarting all the points in the chart). when a new point is added, the change is somewhat abrupt. the idea is to generate an animation when you add new or new points.
for example:
https://jsfiddle.net/ej0wLtv6/
this is my code:
https://jsfiddle.net/pL4mL2sr/
setTimeout(load, 1000);
function load(){
chart.load({
xs: {
data1: 'data1_x'
},
columns: [
data1_x,
data1
]
});
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…