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: v16.2.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: v17.0.0
Choose a head ref
  • 7 commits
  • 273 files changed
  • 5 contributors

Commits on Jan 24, 2020

  1. docs: upgrade storybook to 5.2.8 and refactor stories to CSF (#508)

    * update stories from storiesOf format to CSF with storybook upgrade to 5.2.8 
    * test: update vrt snapshots as a result of url changing for vrts
    rshen91 authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    1111671 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. feat: text improvements (#524)

    BREAKING CHANGE: renames in `Partition` charts— `Layers`: `fillLabel.formatter`->`fillLabel.valueFormatter`; type `FillLabel`-> `FillLabelConfig`
    
    Non-breaking changes:
    
    * feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself)
    
    * feat: font styling is possible separately for values: `valueFormatter` configs
    
    * test: opacity decrease example; coloring examples
    
    * feat: hierarchical data (`parent`, `sortIndex`) is made available to accessors (see stories, helpful with eg. coloring)
    
    * refactor: tighter types; other code improvements
    monfera authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    6e61700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9feae7a View commit details
    Browse the repository at this point in the history
  3. feat(listeners): add seriesIdentifiers to element listeners (#525)

    This commit changes the object passed to the event listeners providing either the value of the
    clicked/hovered element and the SeriesIdentifier object that can uniquely identify a series in elastic-charts. (see #419 for a description on SeriesIdentifiers)
    
    BREAKING CHANGE: the `onElementOver` and the `onElementClick` are now called with
    `Array<[GeometryValue, SeriesIdentifier]>` instead of `Array<GeometryValue>`
    
    fix #505
    markov00 authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    027d008 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. chore: remove log (#530)

    nickofthyme authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b9d10ee View commit details
    Browse the repository at this point in the history
  2. fix(brush): rotate brush on rotated charts (#528)

    This commit fix the brush values when the chart is rotated.
    
    fix #527
    
    Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
    markov00 and nickofthyme authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    985ac21 View commit details
    Browse the repository at this point in the history
  3. chore(release): 17.0.0 [skip ci]

    # [17.0.0](v16.2.1...v17.0.0) (2020-01-30)
    
    ### Bug Fixes
    
    * **brush:** rotate brush on rotated charts ([#528](#528)) ([985ac21](985ac21)), closes [#527](#527)
    
    ### Features
    
    * text improvements ([#524](#524)) ([6e61700](6e61700))
    * **listeners:** add seriesIdentifiers to element listeners ([#525](#525)) ([027d008](027d008)), closes [#419](#419) [#505](#505)
    
    ### BREAKING CHANGES
    
    * **listeners:** the `onElementOver` and the `onElementClick` are now called with
    `Array<[GeometryValue, SeriesIdentifier]>` instead of `Array<GeometryValue>`
    * renames in `Partition` charts— `Layers`: `fillLabel.formatter`->`fillLabel.valueFormatter`; type `FillLabel`-> `FillLabelConfig`
    
    Non-breaking changes:
    
    * feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself)
    
    * feat: font styling is possible separately for values: `valueFormatter` configs
    
    * test: opacity decrease example; coloring examples
    
    * feat: hierarchical data (`parent`, `sortIndex`) is made available to accessors (see stories, helpful with eg. coloring)
    
    * refactor: tighter types; other code improvements
    semantic-release-bot committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    178afc9 View commit details
    Browse the repository at this point in the history
Loading