Vue-chartjs: horizontalBar not found

Created on 7 Apr 2019  路  2Comments  路  Source: apertureless/vue-chartjs

Expected Behavior

We need a horizontalBar class from chart.js

Actual Behavior

"export 'horizontalBar' was not found in 'vue-chartjs'

Most helpful comment

import { HorizontalBar } from 'vue-chartjs'

works fine for me.

https://github.com/apertureless/vue-chartjs/blob/develop/src/BaseCharts.js#L90-L110

All 2 comments

import { HorizontalBar } from 'vue-chartjs'

works fine for me.

https://github.com/apertureless/vue-chartjs/blob/develop/src/BaseCharts.js#L90-L110

Thanks @apertureless

Was this page helpful?
0 / 5 - 0 ratings

Related issues

syxolk picture syxolk  路  5Comments

LeeLenaleee picture LeeLenaleee  路  3Comments

bdeanindy picture bdeanindy  路  3Comments

jcalonso picture jcalonso  路  4Comments

kurbar picture kurbar  路  4Comments