Documentation

fixOverflow

chart max limit mode

boolean fixOverflow;

Example

$$("chart1").define("fixOverflow", true);

Details

When enabled, chart lines will not be rounded by max scale value

Back to top