Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elastic-charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v18.4.2
Choose a base ref
...
head repository: elastic/elastic-charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.0.0
Choose a head ref
  • 5 commits
  • 102 files changed
  • 3 contributors

Commits on Apr 24, 2020

  1. feat: shift click legend items & partition legend hover (#648)

    - add shit click option to negate a series click in legend
    - cleanup partition styles on legend items
    nickofthyme authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ed91744 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    f411771 View commit details
    Browse the repository at this point in the history
  2. fix(annotations): fix alignment at the edges (#641)

    This commit fixed the alignment of rect and line annotations near the edge of a data domain. It aligns the x/y position specified by the `dataValues` of the annotation to the domain of the chart.
    
    BREAKING CHANGE: In the rectangular annotation, the y0 parameter of the coordinates now refers to the minimum value and the y1 value refers to the maximum value of the y domain.
    
    fix #586
    markov00 authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    43c5a59 View commit details
    Browse the repository at this point in the history
  3. feat(brush): add multi axis brushing (#625)

    This commit allows the consumer to configure the direction used for the brush tool. The direction is, by default, along the X-axis, but can be changed to be along the Y-axis or have a rectangular selection along both axes. 
    For each Y-axis defined (usually determined by an associated `groupId`) we return a scaled set of `[min, max]` values.
    
    BREAKING CHANGE: The type used by the `BrushEndListener` is now in the following form `{ x?: [number, number]; y?: Array<{ groupId: GroupId; values: [number,
    number]; }> }` where `x` contains an array of `[min, max]` values, and the  `y` property is an optional array of objects, containing the `GroupId` and the values of the brush for that specific axis.
    
    fix #587, fix #620
    markov00 authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9e49534 View commit details
    Browse the repository at this point in the history
  4. chore(release): 19.0.0 [skip ci]

    # [19.0.0](v18.4.2...v19.0.0) (2020-04-28)
    
    ### Bug Fixes
    
    * tooltip container scroll issue ([#647](#647)) ([f411771](f411771))
    * **annotations:** fix alignment at the edges ([#641](#641)) ([43c5a59](43c5a59)), closes [#586](#586)
    
    ### Features
    
    * shift click legend items & partition legend hover ([#648](#648)) ([ed91744](ed91744))
    * **brush:** add multi axis brushing ([#625](#625)) ([9e49534](9e49534)), closes [#587](#587) [#620](#620)
    
    ### BREAKING CHANGES
    
    * **brush:** The type used by the `BrushEndListener` is now in the following form `{ x?: [number, number]; y?: Array<{ groupId: GroupId; values: [number,
    number]; }> }` where `x` contains an array of `[min, max]` values, and the  `y` property is an optional array of objects, containing the `GroupId` and the values of the brush for that specific axis.
    * **annotations:** In the rectangular annotation, the y0 parameter of the coordinates now refers to the minimum value and the y1 value refers to the maximum value of the y domain.
    semantic-release-bot committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7d8a9d8 View commit details
    Browse the repository at this point in the history
Loading