You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Chart.js](http://www.chartjs.org/) plugin to defer the initial chart update until the user scrolls and the canvas appears inside the viewport. The main intent of Chart.Deferred.js is to trigger the initial chart animations when the user is likely to see them.
4
6
5
7
Requires Chart.js **2.1.5** or later.
6
8
9
+
## Usage
10
+
11
+
You can download the latest version of [Chart.Deferred.js on GitHub](https://github.com/chartjs/Chart.Deferred.js/releases/latest)
12
+
7
13
## Configuration
8
14
9
15
To configure this plugin, you can simply add the following entries to your chart options:
0 commit comments