Closed waldoj closed 9 years ago
In the index.html file, we're loading status.json twice. Retrieve the file just once, and then feed it to C3.js, instead of having C3.js reload it with its native URL-loading functionality.
index.html
status.json
C3.js
Closed with 34702f1.
In the
index.html
file, we're loadingstatus.json
twice. Retrieve the file just once, and then feed it toC3.js
, instead of havingC3.js
reload it with its native URL-loading functionality.