]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Babel @kurkle/color for IE support (#7099)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 14 Feb 2020 17:29:33 +0000 (19:29 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 17:29:33 +0000 (12:29 -0500)
commit7c1fb37c6135e91b64faa97dc24c4eaf45ada4d3
tree468ad53607f78d808bf06edf2f5364e4209b8e05
parenta476c3247c7ca22ee1cbd9e088ff228933847e09
Babel @kurkle/color for IE support (#7099)

Babel @kurkle/color for IE support
25 files changed:
.babelrc [deleted file]
babel.config.json [new file with mode: 0644]
docs/getting-started/v3-migration.md
package-lock.json
package.json
rollup.config.js
src/controllers/controller.bubble.js
src/core/core.adapters.js
src/core/core.animations.js
src/core/core.datasetController.js
src/core/core.element.js
src/core/core.layouts.js
src/core/core.scale.js
src/core/core.scaleService.js
src/elements/element.arc.js
src/elements/element.line.js
src/elements/element.point.js
src/elements/element.rectangle.js
src/helpers/helpers.core.js
src/plugins/plugin.legend.js
src/plugins/plugin.title.js
src/plugins/plugin.tooltip.js
test/specs/helpers.core.tests.js
test/specs/helpers.options.tests.js
test/specs/scale.logarithmic.tests.js