Skip to content

v2.4.88

Latest
Compare
Choose a tag to compare
@graphieros graphieros released this 22 Jan 16:59

VueUiXy

Optimization improvements:

  • Reduce drastically the number of svg dom nodes
  • Add a config attribute to hide line plots above a certain number of datapoints (plots of the selected period will still appear when hovering on a datapoint, or when using the minimap)
config.line.dot.hideAboveMaxSerieLength: number; // default: 62

This way line plots will only be visible when they are needed:

Enregistrement.de.l.ecran.2025-01-21.a.06.42.18.mov

All components with responsive feature

  • Fix harmless console error ("Uncaught ResizeObserver loop completed with undelivered notifications")

All components with mutable config (mutated through user options menu)

  • Fix reactivity of some mutable config attributes (previously not reactive when dynamically mutated from the parent)