Skip to content

Releases: elastic/elastic-charts

v58.2.0

23 Jun 09:59
Compare
Choose a tag to compare

58.2.0 (2023-06-23)

Bug Fixes

Features

  • flame: expose search field text and search text change listener (#2068) (c339947)
  • support native chart title and description (#2002) (341a990)

v58.1.0

08 Jun 13:48
Compare
Choose a tag to compare

58.1.0 (2023-06-08)

Features

v58.0.0

06 Jun 01:28
Compare
Choose a tag to compare

58.0.0 (2023-06-06)

Bug Fixes

  • axis: reduce number of y axis ticks on linear scale (#2005) (0ef828b)
  • deps: update dependency @elastic/eui to v81 (#2052) (4c55e01)
  • xy: expose isolated point style (#2004) (a8c27ea)

BREAKING CHANGES

  • axis: the default number of desired ticks in the Y-Axis was changed from 10 to 5

v57.0.1

23 May 17:13
Compare
Choose a tag to compare

57.0.1 (2023-05-23)

Bug Fixes

  • axes: start of week label on multilayer time axis (#2035) (9711233)
  • deps: update dependency @elastic/eui to ^77.2.0 (#2032) (93cadcb)
  • deps: update dependency @elastic/eui to v78 (#2038) (3feff2c)
  • deps: update dependency @elastic/eui to v79 (#2042) (8015830)
  • deps: update dependency @elastic/eui to v80 (#2047) (e6042f3)
  • heatmap: brushing selection values (#2028) (6a877b4)
  • heatmap: wrong axes labels on hover (#2033) (045fb03)

v57.0.0

19 Apr 16:53
Compare
Choose a tag to compare

57.0.0 (2023-04-19)

Code Refactoring

BREAKING CHANGES

  • Enables stricter type option in src and could have
    unexpected changes. This release is meant to serve as a clean break
    in case any issues arise.

v56.0.0

18 Apr 15:57
Compare
Choose a tag to compare

56.0.0 (2023-04-18)

Bug Fixes

  • deps: update dependency @elastic/eui to ^76.4.0 (#2008) (95176e1)
  • deps: update dependency @elastic/eui to v77 (#2018) (c079730)
  • interactions: brushing over origin coordinates (#2013) (937feb0)
  • tooltip: custom tooltip header context (#1989) (1e5b861)

Features

BREAKING CHANGES

  • tooltip: The header property of TooltipInfo type was simplified to PointerValue as to include only relevant properties. This change is propagated to all other types using header as a TooltipValue. The TooltipInfo.values used to conditionally pass only highlighted TooltipValues when using a customTooltip and now always passes all values.

v55.0.0

21 Mar 15:59
Compare
Choose a tag to compare

55.0.0 (2023-03-21)

Bug Fixes

  • docs: lint and fix EUI breaking changes (0d14194)

Features

BREAKING CHANGES

  • heatmap: Removed unused properties maxColumnWidth and maxRowHeight under HeatmapStyle. Also removed grid height and width constraints (i.e. cellWidth and cellHeight) in favor of filled rendering and pagination driven by data from the consumer side.

    @@ -1424,25 +1424,13 @@ export interface HeatmapStyle {
         grid: {
    -        cellWidth: {
    -            min: Pixels;
    -            max: Pixels | 'fill';
    -        };
    -        cellHeight: {
    -            min: Pixels;
    -            max: Pixels | 'fill';
    -        };
             stroke: {
                 color: string;
                 width: number;
             };
         };
    -    maxColumnWidth: Pixels;
         maxLegendHeight?: number;
    -    maxRowHeight: Pixels;

v54.0.0

09 Mar 22:33
Compare
Choose a tag to compare

54.0.0 (2023-03-09)

Bug Fixes

  • 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.

v40.3.2

02 Mar 10:20
Compare
Choose a tag to compare

40.3.2 (2023-03-02)

Bug Fixes

  • xy: dataIndex keeps original data order on small multiples (#1985) (2616991)

v52.0.1

14 Feb 21:43
Compare
Choose a tag to compare

52.0.1 (2023-02-14)

Bug Fixes