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 "Multi Chart" that allows mix-and-match of different series types #586

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 27, 2019

  1. Added new mix chart for mixing chart types

    Initially just does line and bar series.
    Refactored to allow re-use of line/bar specific data and series code
    Refactored to increase flexibility of chart and splitter functionality
    andy-lee-eng committed May 27, 2019
    Configuration menu
    Copy the full SHA
    71b4849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef848e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53507e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63aa22e View commit details
    Browse the repository at this point in the history
  5. Added legend position to preserved settings

    Legend position is preserved when the chart structure changes.
    andy-lee-eng committed May 27, 2019
    Configuration menu
    Copy the full SHA
    a3ca216 View commit details
    Browse the repository at this point in the history