[Chartjs]-Error: "barWithErrorBars" is not a chart type. Vue – chartjs-chart-error-bars

0πŸ‘

βœ…

You’re missing the import for the library:

import Chart from 'chart.js'
import 'chartjs-chart-error-bars'πŸ‘ˆ

demo

Leave a comment