-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
bug : layoutChart layout presents a defectChart layout presents a defect
Description
Describe the bug
When implementing the VueUi3DBar component, the VueUi3dBarConfig bold options are not correctly applied.
const config = ref<VueUi3dBarConfig>({
style: {
chart: {
legend: {
bold: true,
},
},
},
});
<VueUi3dBar component="VueUi3dBar" :config="config" :dataset="dataset" />To Reproduce
Steps to reproduce the behavior:
- Go to https://vue-data-ui.graphieros.com/chart-builder
- Click on VueUi3dBar
- Scroll down to Chart legend
- Toggle the bold option, back and forth.
- See that no behaviour is chaning. On the chart builder, and my implementation
Expected behavior
That the chart legend would become bold
Version
"vue-data-ui": "3.7.0"
And on the chart builer, not sure what version that runs, would assume latest.
Metadata
Metadata
Assignees
Labels
bug : layoutChart layout presents a defectChart layout presents a defect