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

Does it support discontinuity? #1164

Closed
anomaly2104 opened this issue Jun 22, 2016 · 4 comments
Closed

Does it support discontinuity? #1164

anomaly2104 opened this issue Jun 22, 2016 · 4 comments

Comments

@anomaly2104
Copy link

Hey,
I am looking for a library to plot line charts but I need discontinuity feature in it. Like if I want to plot tan(x) using this library, can you please suggest how can I do that?

@liuxuan30
Copy link
Member

what you mean discontinuity? line breaking?

@anomaly2104
Copy link
Author

Yes. Can I implement have that using Charts? Basically I want to plot tan(x) function using this library. Can I do that?

@liuxuan30
Copy link
Member

liuxuan30 commented Jul 11, 2016

well, the library can't right now, but definitely you can modify the code to do it. The reason it's not supported officially is because it's kind of complicated when thinking about filling rect features.

This is dup to #280

@danielgindi
Copy link
Collaborator

You can supply whatever dataset you want. If you want to plot complicated functions - you might want to use some kind of bar chart (like the candle chart), or subclass it.

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

No branches or pull requests

3 participants