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

Scatter Bar Char - Plots on axis (0,0) partially visible #3266

Closed
praveenkumar1599 opened this issue Feb 13, 2018 · 1 comment
Closed

Scatter Bar Char - Plots on axis (0,0) partially visible #3266

praveenkumar1599 opened this issue Feb 13, 2018 · 1 comment

Comments

@praveenkumar1599
Copy link

praveenkumar1599 commented Feb 13, 2018

Hi Guys
I am facing an issue in implementing the scatter graph. I am trying to plot graphs on axis (0,0)
But in the current implementation, The plots are only partially visible for me in the graph at (0,0)
Expected: Plots at (0,0) to be drawn over the line

Please let me know if there any parameters that i can use to make this change
Thanks in Advance
screen shot 2018-02-13 at 12 23 41 pm
screen shot 2018-02-13 at 12 26 28 pm

@liuxuan30
Copy link
Member

liuxuan30 commented Feb 17, 2018

it's by design, everything will be clipped if it's beyond the axis.
if you don't like it, override draw() not to clip it, but do expect many side effects.
Or, change axisMaximum/minimum so it will contain your shape.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants