We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The chart fill should start in the middle and end on the chart line.
The fill starts at the edge and stops on the chart line.
Unknown.
See https://codepen.io/hexydec/pen/jOOLRKv. When the same setup is run in v2.8.0 the fill is correct.
Regretion in new version.
The text was updated successfully, but these errors were encountered:
Could be related to PR #6281, Using fill: start it works for me
fill: start
Sorry, something went wrong.
fill
Can confirm that adding "fill": "start" does fix the issue. So yes, the default is not backward compatible.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: