Programmatic Event Triggers
Charts.js Programmatic events are a way to call plugin actions. ([Programmatic Event Triggers](Programmatic Event Triggers))
In vue-chart-3
, it works the same way by accessing the chartInstance
in the template ref.
Example with a plugin like chartjs-plugin-zoom
barChartRef.value.chartInstance.resetZoom();
1
Example in Vue 2 demo