]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Convert `Chart` class to an ES6 class (#6886)
authorEvert Timberg <evert.timberg+github@gmail.com>
Wed, 1 Jan 2020 23:11:16 +0000 (18:11 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Jan 2020 23:11:16 +0000 (18:11 -0500)
commitb35e5526869846c224d04f8d954cdd1cbdc0baac
tree2455d2434fdaeafdd0f7ed954980cdd4e039d26d
parentf388ed3136a3b62f46e9f0e4c5ef96f175cc1670
Convert `Chart` class to an ES6 class (#6886)

* Chart class is now an ES6 class
* Use of const and let in core Chart class
* Use import/export for core Chart file
src/core/core.controller.js