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

Coloring an axis line separately from gridLines #4058

Closed
wants to merge 5 commits into from

Commits on Mar 22, 2017

  1. Option to color Axis separately from GridLines

    AxisLine color can be set with axisColor option inside gridLines option
    
    Add default setting
    Zamaroth committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    ebcc631 View commit details
    Browse the repository at this point in the history
  2. Add axisColor option to docs

    Zamaroth committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    779acb7 View commit details
    Browse the repository at this point in the history
  3. Fix tests (#1)

    * Update core.helpers.tests.js
    
    * Update scale.category.tests.js
    
    * Update scale.linear.tests.js
    
    * Update scale.logarithmic.tests.js
    
    * Update scale.radialLinear.tests.js
    
    * Update scale.time.tests.js
    Zamaroth committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    b92ccbb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    ceb42f7 View commit details
    Browse the repository at this point in the history
  2. Fix docs typo

    Zamaroth committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    64c4d74 View commit details
    Browse the repository at this point in the history