Skip to content

v0.12.0

Compare
Choose a tag to compare
@veghdev veghdev released this 29 Jul 14:16
· 450 commits to main since this release
9cb3b5b

Fixed

  • Make some static charts clearer:
    • Area/line charts different markers are not connected.
    • Not existing or disabled markers have no effect.
  • Make some transactions clearer:
    • Rectangle - Line/Area first marker not fades, but shrinks.
    • The first marker's alpha was different to the other marker's alpha.
    • Marker connection rework: Introduce invalid, polar and self connection.
    • Marker connection animation step necessity and timing fixes.
    • Slipped animation steps (coordinateSystem - connection/orientation) fixes.
    • Filtered markers (and their connections):
      • Disappearing on hide animation phase.
      • Appearing on show animation phase.

Added

  • New data handling implemented:
    • Only existing data generates the chart.
    • Reduced memory usage.
    • Bigger data capacity.
  • Canvas line drawing detail can be set (on C++ side).