Replies: 2 comments 6 replies
-
I could set the plugins: {
annotation: {
animations: {
numbers: {
duration: 1000
}
},
annotations: {
annotation
}
}
} Maybe you need the "initial animation" which is not implemented yet, that means currently the animation is activated on the annotations redrawing/updating the chart (with the exception for the labels and polygons which are animated since the first drawing). The animation at initialization phase will be added by the following PR: #755 |
Beta Was this translation helpful? Give feedback.
-
I've tried the above code, but it doesn't have any noticeable effect. If you watch the below video, you'll see that the line is moving in about 200ms, but ideally, it would be moving continuously from left to right. ezgif.com-gif-maker.mp4 |
Beta Was this translation helpful? Give feedback.
-
I've got a chart where the X series is time. I need to draw a vertical line that moves from left to right, and I need to be able to customize the time the animation takes for the line to move from one series to the next. So for example, if the X series is seconds, I need the line to take 1 second to move to the next column. How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions