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
This plugin works as promised, thanks. The problem is as follows:
I have several pages with a lot of Pie and Doughnut chart components in my SPA, built with Quasar Framework. All components extend vue-chartjs like this:
import { Doughnut } from 'vue-chartjs'
import ChartDataLabels from 'chartjs-plugin-datalabels'
export default {
extends: Doughnut,
...
When I import your lib inside a single component with
import outlabeledPie from 'chartjs-plugin-piechart-outlabels'
export default {
extends: Doughnut,
the plugin adds outlabels in all components (Pie and Doughnut).
So, how can I change this behavior? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
This plugin works as promised, thanks. The problem is as follows:
I have several pages with a lot of Pie and Doughnut chart components in my SPA, built with Quasar Framework. All components extend
vue-chartjs
like this:When I import your lib inside a single component with
the plugin adds outlabels in all components (Pie and Doughnut).
So, how can I change this behavior? Thanks in advance.
The text was updated successfully, but these errors were encountered: