lafriks / vue-bar-graph

Simple and lightweight vue chart component without using chart library dependencies
5 stars 3 forks source link

Lables are not shown #5

Closed dragon74 closed 3 years ago

dragon74 commented 3 years ago

Definition: <vue-bar-graph :points="points" :width="400" :height="200" :show-x-axis="true" :show-values="true" :use-custom-labels="true"
/>

And for example points are: [{label: 'AA', value: 0},{label: 'BB', value: 0}] Also tries adding the lables through the lables attribute...

lafriks commented 3 years ago

you need to provide :use-custom-labels="true" attribute for this to work

lafriks commented 3 years ago

If it does not work please provide more complete example and reopen issue