Syrius: realtime graph has overlapping y-axis values

What?

The y axis interval values for the StandardChart sometimes overlaps with the second value.

Why?

The y axis uses a default chart title length of 10. The y axis interval value does not match when the total number of tx’s of the day is greater than 10.

How?

Use a non zero-based calculation when determining the y axis interval value.

Implementation

https://github.com/KingGorrin/syrius/tree/fix-rt-yaxis

2 Likes