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(partition): add tooltip #544

Merged
merged 19 commits into from
Mar 2, 2020
Merged

feat(partition): add tooltip #544

merged 19 commits into from
Mar 2, 2020

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    d25c688 View commit details
    Browse the repository at this point in the history
  2. feat: treemap shape pick

    monfera committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    336ce8f View commit details
    Browse the repository at this point in the history
  3. feat: sunburst shape pick

    monfera committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    dfbac01 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

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

Commits on Feb 12, 2020

  1. test: add image for new mock

    monfera committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c0cf290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708bdd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    025c84a 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
  2. Configuration menu
    Copy the full SHA
    d80d134 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 19, 2020

  1. Configuration menu
    Copy the full SHA
    8262d19 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
    5a9bde1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022115b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    3e2b507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d73ff3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    922628c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    918939e View commit details
    Browse the repository at this point in the history