In the line chart visualization, if you have multiple Y-axis with "Multiple scales" enabled and you want all Y-axis to have same range, you will need to right click on Visualization, select "Properties">"Y-axis" and select the "Scale Range" button and set the range.
Note that this may not work if Log Scale is applied on Scale Range having a range 0-100.
The reason why the Y-axis will not have same range if Log Scale is applied on Scale Range 0-100 is due to the result of Log(0) being NULL
Refrain from using "0" in the scale range when using Log Scale.
Comments
0 comments
Article is closed for comments.