Axis Geometry API implementations

 

Linear

Simple implementation of the linear scale.

Logarythmic

The implementation which transforms values to the natural logarithm scale. Two modes of calculation are available:

  • relative,
  • absolute.

In absolute mode values are transformed with ln(x-m+1) function, where m – minimal value. In relative mode values are transformed with ln(x) function. For time axis, x is number of miliseconds since 01-01-1970.