Home Forums Chart Support Have charts load on scroll with bootstrap 4 grids Reply To: Have charts load on scroll with bootstrap 4 grids

#28552

@emjbr,

The chart is animated only once when render() is called. Since you are using jQuery plugin of CanvasJS, it will call render() automatically once the chart is initialized. So, to animate the chart on scroll, you need to initialise chart on scrolling to the desired position as shown in this JSFiddle.

—-
Manoj Mohan
Team CanvasJS