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: v21.2.0
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: v21.3.0
Choose a head ref
  • 6 commits
  • 32 files changed
  • 3 contributors

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    f591a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5749fa View commit details
    Browse the repository at this point in the history
  3. refactor: decouple the brush component from XY chart (#821)

    This commit decouples the brush rendering component from the XY axis chart. This can be then reused by heatmap that requires this feature.
    A set of more specific methods on the `InternalChartState` interface are added to decouple the implementation of every single chart related to chart dimensions and brush area computation.
    
    Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
    markov00 and nickofthyme authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    14866ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5227b2e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    b599d13 View commit details
    Browse the repository at this point in the history
  2. chore(release): 21.3.0 [skip ci]

    # [21.3.0](v21.2.0...v21.3.0) (2020-09-16)
    
    ### Bug Fixes
    
    * legend dark mode hover color ([#820](#820)) ([5227b2e](5227b2e))
    
    ### Features
    
    * cancel brush/click event with escape key ([#819](#819)) ([b599d13](b599d13))
    * show crosshair for external pointer events ([#817](#817)) ([f591a6a](f591a6a))
    semantic-release-bot committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    7aba794 View commit details
    Browse the repository at this point in the history
Loading