KChart v1.19.0 - Smooth Realtime Timeline Updates
Added
- Smooth number/time domain interpolation for
updateData()withanimation.mode: "update". - A bounded real-time line demo and StackBlitz example for continuous time-series updates.
Changed
- Worker-backed line series keep one render per data update to avoid worker queue backpressure.
- Canvas and OffscreenCanvas backing stores are reused when dimensions are unchanged.
- Superseded render-completion promises now settle correctly when a newer animated frame replaces them.
Usage
animation: {
enabled: true,
duration: 250,
easing: "linear",
mode: "update"
}Published package: @keneth80/k-chart@1.19.0