Skip to content

Commit fa0a4bb

Browse files
authored
fix: update options without resetting chart (#1061)
1 parent 213a7dc commit fa0a4bb

File tree

6 files changed

+283
-331
lines changed

6 files changed

+283
-331
lines changed

.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"path": "dist/index.cjs",
4-
"limit": "1.7 KB",
4+
"limit": "1.75 KB",
55
"webpack": false,
66
"running": false
77
},

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
"browserslist": "^4.17.3",
8282
"chart.js": "^3.1.0",
8383
"chartjs-adapter-date-fns": "^2.0.0",
84+
"chartjs-plugin-annotation": "^1.4.0",
85+
"chartjs-plugin-zoom": "^1.2.1",
8486
"clean-publish": "^4.0.0",
8587
"commitizen": "^4.2.4",
8688
"date-fns": "^2.25.0",

0 commit comments

Comments
 (0)