Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Chart.controllers.* importable #5871

Merged
merged 1 commit into from Nov 29, 2018

Commits on Nov 29, 2018

  1. Make Chart.controllers.* importable

    `controllers.*.js` and `core.datasetController.js` are now importable (no more function export), that's why there is so many changes mainly due to one indentation level removed. Split code for `bar/horizontalBar` and `doughnut/pie` in separate files, added a global controllers import (`src/controllers/index.js`) and add tests to check that all dataset controllers are correctly registered under `chart.controllers.{type}`.
    simonbrunel committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    1ad580a View commit details
    Browse the repository at this point in the history