100_110_Scale - FVANCOP/ChartNew.js GitHub Wiki
Previous Chapter Previous Page Next Page Next Chapter Table of content
Scale
logarithmic
Description: By default, the Y-axis is displayed in a decimal scale; If you want, you can display the chart with the Y-axis in a logarithmic scale. Set this parameter to true if you want to use logarithmic Y-axis; If you set it to “fuzzy”, the Y-axis will be presented with the best scale (decimal or logarithmic) according the data.
Chart types: line, Bubbles, bar.
Values: true, false, "fuzzy"
Default value: false
Sample: logarithmic : true
See also:
Previous Chapter Previous Page Next Page Next Chapter Top of Page