How to make the Chart.js animate when scrolled to that section?

前端 未结 5 950
挽巷
挽巷 2020-12-10 05:28

I am trying to use the pie chart from Chart.js (http://www.chartjs.org/docs/#pieChart-exampleUsage). Everything works smooth, but the animation happens as soon as the page l

5条回答
  •  一生所求
    2020-12-10 06:09

    I had the same problem with Chart.js and found a really great solution. There is a package on GitHub that is called ChartNew.js by FVANCOP. He expanded it and added several functions.

    Look at the sample, the charts are drawn by scrolling down.

    Responsible is the statement

    dynamicDisplay : true
    

提交回复
热议问题