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

More control to multiple Y-Axes (Chartjs 2.0) #367

Merged
merged 2 commits into from
Apr 23, 2016

Conversation

anttimann
Copy link
Contributor

#365 More control to multiple Y-Axes

Changed chartYAxes to an array that matches to datasets by index.

Here first and third dataset would go to Y-Axis 1 and second to Y-Axis 2
chart-data = [[1,2,3], [4,5,6], [7,8,9]]
chart-y-axes = ['y-axis-1', 'y-axis-2', 'y-axis-1']

Pull Request check-list

  • Run gulp test to ensure there are no linting, or style issues and all tests pass.
    [Some font differences in labels of .png files]
  • Squash your commits into a few commits only.
  • Make sure the commit message is short, concise and descriptive of the issues you're fixing.
  • Avoid mixing up multiple issues and/or features, open one pull request for each issue.
  • Have you updated the documentation and / or examples?
  • Have you included a new test?

@jtblin jtblin merged commit db34e67 into jtblin:chartjs-2.0 Apr 23, 2016
@jtblin
Copy link
Owner

jtblin commented Apr 23, 2016

Thanks @anttimann 👍
Published 1.0.0-alpha5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants