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

docs: enable story source for current stories #557

Merged
merged 49 commits into from
Feb 25, 2020

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 19, 2020

  1. Configuration menu
    Copy the full SHA
    9cee43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8262d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f084630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3294fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35e8d59 View commit details
    Browse the repository at this point in the history
  6. docs: separate area stories

    rshen91 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    a286ce7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5694f31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d431230 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c3a6c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4377b4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f27f0fa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    8b3a2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4429ce7 View commit details
    Browse the repository at this point in the history
  3. 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
  4. chore: merge commit

    rshen91 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6f5ed7e View commit details
    Browse the repository at this point in the history
  5. refactor: separate stylings

    rshen91 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    bf5abc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b088b9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6aa3449 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e380d7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2551270 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a57fb9f View commit details
    Browse the repository at this point in the history
  11. fix: fix typo in test

    rshen91 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    d25ba29 View commit details
    Browse the repository at this point in the history
  12. test: update some tests

    rshen91 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    d399e41 View commit details
    Browse the repository at this point in the history
  13. test: update file name

    rshen91 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6da59fb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    b5d8489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3071d93 View commit details
    Browse the repository at this point in the history
  3. chore: merge commit

    rshen91 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    e553fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8236f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    209344c View commit details
    Browse the repository at this point in the history
  2. docs: remove VRT baselines

    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    5f0e44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eb1986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfadb5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aeb5c2 View commit details
    Browse the repository at this point in the history
  6. docs: updated area vrt file names

    The area-chart-band-area baseline was updated because seems that there is some differences between the rendered chart and the previous baseline due to the randomnumber generation
    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4efe3b2 View commit details
    Browse the repository at this point in the history
  7. test: fix axes stories

    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    968f7d7 View commit details
    Browse the repository at this point in the history
  8. test: fix bars stories

    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    15e4ea6 View commit details
    Browse the repository at this point in the history
  9. test: fix grids stories

    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1feacdf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f2a635 View commit details
    Browse the repository at this point in the history
  11. test: fix legend stories

    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    21c1fc8 View commit details
    Browse the repository at this point in the history
  12. test: fix remaining stories

    markov00 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fdcb192 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    03c227c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d791da View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    cf5bfa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923fb33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0266642 View commit details
    Browse the repository at this point in the history
  4. docs: cleaned md files

    markov00 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3117a11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba1f285 View commit details
    Browse the repository at this point in the history