FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Better handling of mixed line / scatter charts by benmccann · Pull Request #5151 · chartjs/Chart.js · GitHub

Better handling of mixed line / scatter charts - #5151

Closed
benmccann wants to merge 1 commit into
chartjs:masterfrom
benmccann:scatter
Closed

Better handling of mixed line / scatter charts#5151
benmccann wants to merge 1 commit into
chartjs:masterfrom
benmccann:scatter

Conversation

benmccann commented Jan 15, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

Allows you to have mixed line and scatter charts

Changes showLines from global default to chart-type default. Right now if you have a line chart it turns lines on globally including for scatter charts. Scatter charts by definition don't have lines, so this ends up being confusing. This still allows users to override the defaults while stopping line defaults from being applied to scatter charts and vice versa

benmccann mentioned this pull request Jan 15, 2018

Copy link
Copy Markdown
Contributor Author

@etimberg @simonbrunel what do you think about this as an approach to what @loicbourgois was fixing in #5134?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL