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

When radar graph has ticks reversed, fill is the wrong way round in 2.9.1 #6637

Closed
hexydec opened this issue Oct 29, 2019 · 2 comments
Closed

Comments

@hexydec
Copy link

hexydec commented Oct 29, 2019

Expected Behavior

The chart fill should start in the middle and end on the chart line.

Current Behavior

The fill starts at the edge and stops on the chart line.

Possible Solution

Unknown.

Steps to Reproduce (for bugs)

See https://codepen.io/hexydec/pen/jOOLRKv. When the same setup is run in v2.8.0 the fill is correct.

Context

Regretion in new version.

Environment

  • Chart.js version: 2.9.1
  • Browser name and version: Firefox Developer Edition, Chrome Latest
  • Link to your project:
@stockiNail
Copy link
Contributor

Could be related to PR #6281, Using fill: start it works for me

@hexydec
Copy link
Author

hexydec commented Oct 31, 2019

Can confirm that adding "fill": "start" does fix the issue. So yes, the default is not backward compatible.

@hexydec hexydec closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants