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: wiggle and silhouette stacks #751

Merged
merged 30 commits into from
Jul 29, 2020

Commits on Jul 15, 2020

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

Commits on Jul 16, 2020

  1. refactor: remove scaleToExtent from format

    formatNonStackedDataSeriesValues and formatStackedDataSeriesValues are always called with a false value of 'scaleToExtent'. Because of this, this commit removes that parameter from the call.
    It also clean up and refactor some test into integration test
    markov00 committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4240a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d9b61 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. refactor: add d3 stack order and stack mode on stacked charts

    BREAKING CHANGE: PointStyleAccessor and BarStyleAccessor now calls the method with a DataSeriesDatum not with a RawDataSeriesDatum
    markov00 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6220e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b2abe View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. docs: update API signature

    markov00 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    2b73892 View commit details
    Browse the repository at this point in the history
  2. refactor: fix typings

    markov00 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    cbb1ccd View commit details
    Browse the repository at this point in the history
  3. feat: add various stackModes to bar and area charts

    the `stackMode` was introduced to apply percentage, wiggle and silhouette offset for stacking
    charts.
    
    BREAKING CHANGE: `stackAsPercentage` prop was replaced by `stackMode` that accept one `StackModes`.
    
    fix elastic#715
    markov00 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    bb2191f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    434e225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0072f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7ced6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2af6f80 View commit details
    Browse the repository at this point in the history
  5. test: unskip test

    markov00 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d35f124 View commit details
    Browse the repository at this point in the history
  6. refactor: rename file

    markov00 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    4028d7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f3e5cd View commit details
    Browse the repository at this point in the history
  8. test: cleanup tests

    markov00 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    6c2b913 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdb00ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    259efec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aff9ecd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. 1 Configuration menu
    Copy the full SHA
    6919182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d99441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a8b6a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63b29a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e50ea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0517701 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df312fd View commit details
    Browse the repository at this point in the history
  8. refactor: dry up some code

    markov00 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    af500d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a39b18 View commit details
    Browse the repository at this point in the history