EJSC.Axis.force_static_points
See Also
Definition
boolean force_static_points = false
Description
Defines if the chart should force ticks to match up to every point by converting the data to strings.
Example
>> Display every bottom axis data point, essentially disable auto axis scaling.
var chart = new EJSC.Chart( "chart", { axis_bottom: { force_static_points: true } } ); |