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

LineDash and 0-width lines #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2016

  1. Added setLineDash support to series drawing

    Added support for 0 line width on series (they get skipped)
    
    Signed-off-by: johnvillar <johnvillar@contimita.com>
    johnvillar committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    cff44d7 View commit details
    Browse the repository at this point in the history
  2. Fixed lineWidth incorrectly stopping series drawing

    Added a way to append data to a series via object instead of positional parameters
    Added a provision to add metadata to series points
    Metadata can control interpolation from point to point
    Added "jump" interpolation that just moves to the series' point without drawing
    Added a way to add text to a series point
    
    Signed-off-by: johnvillar <johnvillar@contimita.com>
    johnvillar committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    ed73785 View commit details
    Browse the repository at this point in the history