Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

`skip` axis option is not reactive #369

Closed joao-m-santos closed 6 months ago

joao-m-santos commented 6 months ago

Problem description

The skip option for the lume-axis is not reactive.

Reproduction URL

No response

Reproduction steps

  1. Add any Lume chart with axes
  2. In a setTimeout, change the options value to add a skip value to a band scale axis
  3. The new skip value is not used and the axis remains the same

Expected behavior

  1. Add any Lume chart with axes
  2. In a setTimeout, change the options value to add a skip value to a band scale axis
  3. The new skip value is used and the axis re-renders based on the new value

Screenshots

No response

Logs

No response

Browsers

No response

OS

No response

Validations