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

LineChart now has an option that disables scaling of the X axis #129

Merged
merged 8 commits into from
Feb 16, 2019

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    9b3edb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb406e View commit details
    Browse the repository at this point in the history
  3. Removing the Y object.

    mum4k committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    bbaf393 View commit details
    Browse the repository at this point in the history
  4. Refactor XScale so we can pass in the min value.

    Rather than assuming it is always zero.
    mum4k committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    c78bd1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f465e11 View commit details
    Browse the repository at this point in the history
  6. LineChart now has an option that disables scaling of X axis.

    Useful for applications that want to continuously feed data and make
    them "roll" through the linechart.
    
    Also exposing a method that returns the observed capacity of the
    LineChart the last time Draw was called.
    mum4k committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    aca7abf View commit details
    Browse the repository at this point in the history
  7. Updating CHANGELOG.

    mum4k committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    587185e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52ae7d1 View commit details
    Browse the repository at this point in the history