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

Draw a Line that connects dots in Scatter Chart (Simulate Line Chart not equidistant) #720

Closed
santibernaldo opened this issue Jan 27, 2016 · 1 comment

Comments

@santibernaldo
Copy link

Hi!

Is there a way to draw a line between all the dots in a scatter Chart? And fill the area with a color? Like in the example project with the Line Chart. I would like to simulate a Line Chart with no Equidistant spaces/padding between the points of the xAxis.

I only want to pass an array of values for the yAxis, and thats why Im trying to figure this out.

Thanks

@santibernaldo santibernaldo changed the title Draw a Line that connect dots in Scatter Chart Draw a Line that connects dots in Scatter Chart Jan 27, 2016
@santibernaldo santibernaldo changed the title Draw a Line that connects dots in Scatter Chart Draw a Line that connects dots in Scatter Chart (Simulate Line Chart no equidistant) Jan 27, 2016
@santibernaldo santibernaldo changed the title Draw a Line that connects dots in Scatter Chart (Simulate Line Chart no equidistant) Draw a Line that connects dots in Scatter Chart (Simulate Line Chart not equidistant) Jan 28, 2016
@liuxuan30
Copy link
Member

you just have to simulate drawLinear if you already draw the dots. But it's not as easy as it looks like, considering zoom/scale

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