mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-03 23:14:02 +01:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
// Add helpers needed in samples here.
|
|
// Usable through `helpers[name]`.
|
|
export {color, getHoverColor, easingEffects} from '../../dist/helpers.esm';
|
|
|