You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/guide/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,10 @@ Charts will emit events if the data changes. You can listen to them in the chart
243
243
-`chart:updated` - if the update handler performs an update instead of a re-render
244
244
-`labels:updated` - if new labels were set
245
245
246
+
### chartjs-plugin-annotation
247
+
248
+
When using [chartjs-plugin-annotation](https://www.chartjs.org/chartjs-plugin-annotation/latest/) and **Vue 2** simultaneously, you will not be able to place multiple reactive charts on one page.
0 commit comments