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

[cartesian] near the edges rendering #2129

Open
Tracked by #1902 ...
markov00 opened this issue Aug 3, 2023 · 0 comments
Open
Tracked by #1902 ...

[cartesian] near the edges rendering #2129

markov00 opened this issue Aug 3, 2023 · 0 comments
Labels
:chart Chart element related issue enhancement New feature or request :xy Bar/Line/Area chart related

Comments

@markov00
Copy link
Member

markov00 commented Aug 3, 2023

When lines are drawn near the edges of the plot area, we are clipping them.
The following example is an extreme case (where the stroke width of the lines is 10px) but shows that we are not fully considering the stroke size when computing the plot area.
Screenshot 2023-08-03 at 15 30 23

A similar consideration can be done for points near the edges, in particular when rendering bubble charts, but this has definitely less importance.

@markov00 markov00 added enhancement New feature or request :chart Chart element related issue :xy Bar/Line/Area chart related labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:chart Chart element related issue enhancement New feature or request :xy Bar/Line/Area chart related
Projects
None yet
Development

No branches or pull requests

1 participant