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
* Multiple charts with annotations
Handle multiple instances of a `vue-chartjs` wrapper component when the annotations plugin is in use
* Update index.md
Copy file name to clipboardExpand all lines: website/src/guide/index.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -321,10 +321,6 @@ Charts will emit events if the data changes. You can listen to them in the chart
321
321
-`chart:updated` - if the update handler performs an update instead of a re-render
322
322
-`labels:updated` - if new labels were set
323
323
324
-
## chartjs-plugin-annotation
325
-
326
-
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