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

2 lines on the charts with the same values #1289

Closed
AndreyPanov opened this issue Aug 4, 2016 · 3 comments
Closed

2 lines on the charts with the same values #1289

AndreyPanov opened this issue Aug 4, 2016 · 3 comments

Comments

@AndreyPanov
Copy link

Hello!
I have two lines on the chart if it have the same value, I can't see green line.
2016-08-04 14 32 09
I want something like:
2016-08-04 14 34 34
How can I do that?

@liuxuan30
Copy link
Member

well... if they are same value, it should be one line from the accuracy perspective, I don't find only one purple line presents causes issues.
Second, if you really want to do so, I think the easiest way is to add a small delta to your green line data, like delta = line width

@AndreyPanov
Copy link
Author

Do you have any property for delta set? There are a lot of "delta"s in the library ;)

@liuxuan30
Copy link
Member

liuxuan30 commented Aug 10, 2016

I mean you can manually + delta when you creating data entries. like entry.value += lineWidth
I don't think this should be presented in library, it's some tweaks in your logic

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