Closed dragon74 closed 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...
you need to provide :use-custom-labels="true" attribute for this to work
:use-custom-labels="true"
If it does not work please provide more complete example and reopen issue
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...