We need a horizontalBar class from chart.js
"export 'horizontalBar' was not found in 'vue-chartjs'
import { HorizontalBar } from 'vue-chartjs'
works fine for me.
https://github.com/apertureless/vue-chartjs/blob/develop/src/BaseCharts.js#L90-L110
Thanks @apertureless
Most helpful comment
works fine for me.
https://github.com/apertureless/vue-chartjs/blob/develop/src/BaseCharts.js#L90-L110