-
Notifications
You must be signed in to change notification settings - Fork 43
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
Line Series - Area Strict Option #387
Comments
eselmeister
added a commit
that referenced
this issue
Feb 5, 2024
The area is displayed correctly now even if zoomed in.
eselmeister
added a commit
that referenced
this issue
Feb 6, 2024
From the last point array, the second pair x|y must be selected.
eselmeister
changed the title
Line Series - Area Strict Option (Experimental)
Line Series - Area Strict Option
Feb 7, 2024
eselmeister
added a commit
that referenced
this issue
Feb 7, 2024
Finally, the solution works fine. The experimental status has been removed.
This was referenced Feb 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if enableArea is set to true, the area is drawn to its maximum extend on the Y axis. Add a strict option to only display the area constrained by its left and right minimum.
The text was updated successfully, but these errors were encountered: