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

[Question] Multiple lines with different units #1698

Closed
WoodySlum opened this issue Oct 22, 2016 · 2 comments
Closed

[Question] Multiple lines with different units #1698

WoodySlum opened this issue Oct 22, 2016 · 2 comments

Comments

@WoodySlum
Copy link

Hi, I want to draw multiple lines, but with several units (°C, %, hPa, minutes, ...).
Actually, all lines are on the same scale, which means that lines with low data source (for example voltage which is 0 ... 5 values) will appear as a straight line because another line has values between 900 ... 1000.

How can I set units for each lines ? Am I limited to 2 (Left Axis / Right Axis) ?

Screen sample : green line are too flat
Example

@danielgindi
Copy link
Collaborator

"units" are just synthetic. In the end it's all numbers... The library accepts Doubles for data.
As for axis labels - yes we are currently limited to 2 axes, left and right. I hope for 3.1 that we will eliminate this limitation as there's more and more requirement for this.

@danielgindi
Copy link
Collaborator

Updates on this will be posted there: #555

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