Skip to content

[BUG] - VueUi3dBar - Legend - Bold not working #271

@lversteegen1

Description

@lversteegen1

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:

  1. Go to https://vue-data-ui.graphieros.com/chart-builder
  2. Click on VueUi3dBar
  3. Scroll down to Chart legend
  4. Toggle the bold option, back and forth.
  5. 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

No one assigned

    Labels

    bug : layoutChart layout presents a defect

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions