Chart.js/src/scales
Simon Brunel 717e8d950a Make Chart.helpers importable (#4479)
Properly export helpers and remove dependencies to `Chart.helpers`. Helpers can now be accessed from `src/helpers/index.js` (`var helpers = require('path/to/helpers/index')`, instead of `var helpers = Chart.helpers`).
2017-07-15 15:13:56 +02:00
..
scale.category.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
scale.linear.js Make Chart.helpers importable (#4479) 2017-07-15 15:13:56 +02:00
scale.linearbase.js Make Chart.helpers importable (#4479) 2017-07-15 15:13:56 +02:00
scale.logarithmic.js Make Chart.helpers importable (#4479) 2017-07-15 15:13:56 +02:00
scale.radialLinear.js Make Chart.helpers importable (#4479) 2017-07-15 15:13:56 +02:00
scale.time.js Make Chart.helpers importable (#4479) 2017-07-15 15:13:56 +02:00