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: v23.0.1
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: v23.1.0
Choose a head ref
  • 2 commits
  • 75 files changed
  • 3 contributors

Commits on Oct 2, 2020

  1. feat: heatmap/swimlane chart type (#831)

    Generic chart for handling the Heat map and Swim lane. The main difference between those two is X-axis scaling, categorical vs. time-based. 
    
    Currently supported:
    * Linear, threshold, quantile, and quantize color scaling
    * Time scaling for X-axis, with custom boundaries and interval 
    * Tooltip for cells and Y-axis values
    * Highlighting of the brushed area with customizable styling
    * Legend based on the color scaling and handling the deselected series 
    * Basic styling for axis, grid, and cells.
    Events:
    * onElementClick callback for the clicked cell on the chart
    * Providing X, Y ranges and selected cells with onBrushEnd callback as part of the chart config
    
    fix #752
    
    Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
    darnautov and markov00 authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    96f92b5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 23.1.0 [skip ci]

    # [23.1.0](v23.0.1...v23.1.0) (2020-10-02)
    
    ### Features
    
    * heatmap/swimlane chart type ([#831](#831)) ([96f92b5](96f92b5)), closes [#752](#752)
    semantic-release-bot committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    905b481 View commit details
    Browse the repository at this point in the history
Loading