mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
4 lines
150 B
JavaScript
4 lines
150 B
JavaScript
// Add helpers needed in samples here.
|
|
// Usable through `helpers[name]`.
|
|
export {color, getHoverColor, easingEffects} from '../../dist/helpers.mjs';
|