You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.