Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add series name settings #539

Merged
merged 21 commits into from
Feb 24, 2020

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    a6ead1c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. tests: update tests

    nickofthyme committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ebd5fcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc6baa View commit details
    Browse the repository at this point in the history
  3. chore: udpate pr comments

    nickofthyme committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f6e6d90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cecd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    6e9ee73 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    f056b77 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. refactor: decouple legend and tooltip phase 1 (elastic#491)

    Move `Datum`, `Rotation`, `Position` and `Color` to `utils/commons`. Decouple legend from axis position method and move the `scales` to `utils/scales`.
    markov00 authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2242fca View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    fd759be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b1950 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    8262d19 View commit details
    Browse the repository at this point in the history
  2. Fix story naming

    nickofthyme committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    c7fd818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4298157 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. refactor: decouple tooltip from XY chart (elastic#553)

    This commit will decouple the tooltip component from the XY chart to allow Partition and other chart type an ease use.
    
    BREAKING CHANGE: the `SeriesIdentifier` type is generalized into a simplified object with two values in common: `specId` and `key`. A specialized `XYChartSeriesIdentifier` extends now the base `SeriesIdentifier`. The `SettingsSpec` prop `showLegendDisplayValue` is renamed to `showLegendExtra` and its default value is now `false` hiding the current/last value on the legend by default.
    
    close elastic#246
    markov00 authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1ed6957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f9712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15eb37f View commit details
    Browse the repository at this point in the history
  4. chore: update screenshots

    nickofthyme committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    76f000f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    264980d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ba94a View commit details
    Browse the repository at this point in the history
  3. udpate screenshots

    nickofthyme committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    9dcb740 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    9a6828e View commit details
    Browse the repository at this point in the history