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
annotation: render annotations correctly based on passed handlers (#1971) (4bdedff)
deps: update dependency @elastic/eui to v75 (#1964) (cf886f5)
deps: update dependency @elastic/eui to v76 (#1987) (89dc8a1)
flamegraph: show tooltip prompt only if pinnable (#1967) (1a13d80)
heatmap: Expose axis title as debug data (#1970) (0a998a5)
partition: allow custom sorting for the legend items (#1959) (1afa2c4)
partition: render legend items with zero values (#1956) (a85d1ae)
xy: respect integersOnly prop on axis component (#1958) (93f5497)
BREAKING CHANGES
partition: The Layer.shape.fillColor function now accepts the following signature: (key: Key, sortIndex: number, node: ArrayNode, tree: HierarchyOfArrays) => string; This exposes a similar set of information but allows us more control over the internals to define/generate the legend. The legend for pie/donut/mosaic/treemap charts is sorted in a hierarchical way even if the legend is flat.
The default highlight strategy used to highlight partition elements when hovering over the legend item has been changed to LegendStrategy.Path.