Skip to content

Commit ea61c45

Browse files
authored
Remove autocolors plugin from doc going to Chart.js color plugin (#821)
1 parent fc02ba4 commit ea61c45

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

docs/scripts/register.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import Chart from 'chart.js/auto';
2-
import autocolors from 'chartjs-plugin-autocolors';
32
import plugin from '../../dist/chartjs-plugin-annotation.esm.js';
43

5-
Chart.register(plugin, autocolors);
4+
Chart.register(plugin);
65

76
Chart.register({
87
id: 'version',

package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@typescript-eslint/parser": "^5.4.0",
4444
"babel-loader": "^8.3.0",
4545
"chart.js": "^4.0.1",
46-
"chartjs-plugin-autocolors": "^0.0.5",
4746
"chartjs-test-utils": "^0.5.0",
4847
"concurrently": "^7.0.0",
4948
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)