]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Give the boot to chartjs-adapter-moment (#7155)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 28 Feb 2020 00:40:31 +0000 (02:40 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 00:40:31 +0000 (19:40 -0500)
commitdf3c73cc5e05f92a13cf601bff4724d2b3874f7a
tree8bdd01c41707a7d909dce50d1812feff97974f3e
parent3c1e04f928f74356d81c12c2034b2bcfde4472ba
Give the boot to chartjs-adapter-moment (#7155)

Remove default of using chartjs-adapter-moment
18 files changed:
docs/axes/cartesian/time.md
docs/getting-started/integration.md
docs/getting-started/v3-migration.md
karma.conf.js
package-lock.json
package.json
rollup.config.js
rollup.plugins.js [deleted file]
samples/.eslintrc.yml
samples/scales/financial.html
samples/scales/time/combo.html
samples/scales/time/line-max-span.html
samples/scales/time/line-point-data.html
samples/scales/time/line.html
src/adapters/adapter.moment.js [deleted file]
src/adapters/index.js [deleted file]
src/index.js
src/scales/scale.time.js