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