Is there a way to have different levels of precision on each y-axis? (in a multi-axis chart) #3724
Replies: 1 comment
-
Well, I'm closing this because I did not see decimalsInFloat in the config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So in the program I am working in, it is possible to have different types of data in the same graph. Therefore I'm using the feature of multiple y-axes. However, the data I work with also has different formats. Meaning some data will need 2 numbers of precision and one might need 6 of precision. I tried putting a formatter on each y-axis data individually. But whichever data was last written is the format it will use this way. All that to say, is there a way to give each y axis it's own precision?
e.g I want a axis with 1.23 format and on the same chart in 1.23456 format, for example.
I looked for a similar discussion and did not find one. However I apologize if there is one worded a different way. Thank you for any insight.
Beta Was this translation helpful? Give feedback.
All reactions