Example of Logarithmic Axis in Javascript Range Selector Control

/
/
Logarithmic Axis

This sample demonstrates the rendering of logarithmic axis in the range navigator.

More Details...

Inflation vs Goods Consumers

Description

Logarithmic axis uses logarithmic scale and it is very useful in visualizing when the data has values with both lower order of magnitude (eg: 10^-6) and higher order of magnitude (eg: 10^6). To render Logarithmic axis, set valueType to Logarithmic. Tooltip is enabled in this example, to see the tooltip in action, while the selected range is changed. Injecting Module The range navigator component features are segregated into individual feature-wise modules. To use logarithmic axis, inject the Logarithmic module using the RangeNavigator.Inject(Logarithmic) method.