More examples
When chart is small / too many data¶
- the legend is paginated
- press and hold a legend item to select the only one
- click the only selected legend item to select all
- the tooltip cuts off what it can't fit (initial series sorting partially mitigates it)
Automatic pseudo-log scale¶
When the difference in values is too big, pseudo-log scale may help you see more:
The pseudo-log operation is: log10(value - globalMinValue + 1000.0) - 3.0
Otherwise you would see the following: