Skip to content

Releases: gravity-ui/charts

v1.47.0

14 Apr 14:07
9093fc0

Choose a tag to compare

1.47.0 (2026-04-14)

Features

  • format-number: add declarative units option for custom unit scales (#550) (b6a7888)
  • tooltip: support custom formatter function in valueFormat (#549) (a4e61d1)

Bug Fixes

  • axis type change should reset range slider state (#551) (42222a4)
  • line,area: hide points outside user-defined y-axis range (#547) (5ec39bc)

v1.46.1

08 Apr 13:53
091da30

Choose a tag to compare

1.46.1 (2026-04-08)

Bug Fixes

  • render bar-x and area on logarithmic axis with zero or decade-aligned values (#545) (b520b31)

v1.46.0

03 Apr 09:12
f59b2e8

Choose a tag to compare

1.46.0 (2026-04-03)

Features

  • title: support HTML rendering for chart title (#537) (ffeb28d)

Bug Fixes

  • line: revert hover marker to show on all selected series (#540) (4d05e8c)

v1.45.0

02 Apr 09:49
21229dc

Choose a tag to compare

1.45.0 (2026-04-02)

Features

  • add point annotations for line, area, and bar-x series (#536) (11306ce)

Bug Fixes

  • line: show hover marker on geometrically closest series (#534) (7b592f0)

v1.44.0

01 Apr 05:22
54eb642

Choose a tag to compare

1.44.0 (2026-03-31)

Features

Bug Fixes

  • bar-x: fix stacking normal with logarithmic Y-axis (#530) (aa45cc8)
  • correct stacking area behavior with nullMode and uneven x distribution (#529) (1edf353)
  • legend breaks when series names don't fit in available width (#531) (ca1ffda)

v1.43.1

31 Mar 09:07
4572b0f

Choose a tag to compare

1.43.1 (2026-03-31)

Bug Fixes

  • preserve layer order for line series mixed with other series types (#526) (ad87cf5)
  • respect chart margins in title positioning and wrapping (#527) (29e190b)
  • use Pointer Events API to detect input type instead of static touch detection (#524) (121c204)

v1.43.0

30 Mar 13:50
ef83a2d

Choose a tag to compare

1.43.0 (2026-03-30)

Features

  • add configurable hoverThreshold to AxisPlotLine (#523) (504820f)
  • add multiline title support with configurable margin (#520) (d16002d)
  • add plotShapes (#518) (d01e506)

Bug Fixes

  • fix bar-x series with logarithmic y-axis (#522) (8cea048)

v1.42.4

27 Mar 15:41
7900f01

Choose a tag to compare

1.42.4 (2026-03-27)

Bug Fixes

  • replace deprecated SVG dominant-baseline values for cross-browser compatibility (#514) (ba4946a)

v1.42.3

27 Mar 09:03
b6e03e5

Choose a tag to compare

1.42.3 (2026-03-27)

Bug Fixes

  • render tooltip value via dangerouslySetInnerHTML to support HTML in valueFormat prefix (#512) (f97e2e3)
  • support Ctrl+click for multi-select on Windows (#513) (39ac863)

v1.42.2

24 Mar 13:58
e5446eb

Choose a tag to compare

1.42.2 (2026-03-24)

Bug Fixes