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

Added y-axis split to area, y-scatter and column charts #581

Merged
merged 4 commits into from
May 22, 2019

Commits on May 16, 2019

  1. Use axisFactory provided component for alternate y-axis

    Includes provision of "right" axis components, and using them for the alternate y-axis width, decorate and tick-formatting options.
    andy-lee-eng committed May 16, 2019
    Configuration menu
    Copy the full SHA
    85aa9e8 View commit details
    Browse the repository at this point in the history
  2. Added y-axis split to area, y-scatter and column charts

    Column chart needs to blank-out instead of filter the data for each y-axis, and also needs to harmonise the origin of the domain on each side (to make the bars line up).
    andy-lee-eng committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d486a1a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    caa5da1 View commit details
    Browse the repository at this point in the history
  2. Fixed issue with hiding series in right-hand y-axis

    If you clicked on the legend to hide the series that is in the right-hand y-axis, the domain-match function would actually break the left-hand domain, causing a load of console errors (and the left-hand series wouldn't display).
    andy-lee-eng committed May 20, 2019
    Configuration menu
    Copy the full SHA
    4140828 View commit details
    Browse the repository at this point in the history