cancel
Showing results for 
Search instead for 
Did you mean: 

iChart AutoScale

Former Member
0 Kudos

I have a display template, line chart, that I set Global Auto Scale and Zero Based Scale to TRUE. I do not want to use the Global Max Range because the range is so broad, I need to it be scaled.

The Y Axis will have the most random numbers and my users dont like it. For example, one chart had major ticks of 0, 2, 3, 6, 7, 15. Another example, 0, 1, 27, 43, 88.

I would like to have nice rounded numbers and the major ticks evenly distributed scaled. Meaning, for each line, it means X more than the previous. Like major ticks of 0, 10, 20, 30, 40, 50. Or even 0, 1, 2, 3, 4, 5, 6.

I have tried various things with the tick marks on the Y axis and the grid line count but nothing seems to fix this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What if you just set the y axis to have 2 major tick marks (0 and max range)?

The only other thing is to dynamically set the number of major tick marks based on the data on the chart every time the chart is updated via the UpdateEvent on the applet.