Skip to content

v72.0.0

Latest

Choose a tag to compare

@nickofthyme nickofthyme released this 22 Jul 07:18

72.0.0 (2026-07-22)

Bug Fixes

  • deps: resolve d3-color to @elastic/kibana-d3-color (#2860) (bd492d6)
  • tooltip: Add spacing between colors in the tooltip (#2861) (b59720f)

Features

  • axis: adds opt in support for truncating and wrapping of tick labels (#2845) (2c3a06c), closes #1490 #313

BREAKING CHANGES

  • axis: AxisSpec.tickLabelMaxLength and tickLabelTruncate are removed. Configure via theme.axes.tickLabel (wrapLines, lineHeight, minLength, maxLength, truncate) and theme.axes.minExtent/maxExtent instead.