New to Kendo UI for jQuery? Download free 30-day trial
Logarithmic axis
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
logarithmic-axis.html
Also available for:
API REFERENCEDescription
Logarithmic axis is a special numeric axis that transforms the actual values by using a logarithmic function with a particular base. Logarithmic axis is helpful for displaying values that cover different orders of magnitude because it lets large values display together with small values in a more condensed scale than the default linear axis.
This demo shows how you can use a logarithmic axis for the Kendo UI Column Chart by setting the valueAxis -> type = "log" attribute value.