EJSC.Chart.force_static_points_y

See Also

 

Definition

 

boolean force_static_points_y = false

 

Description

 

Defines if the chart should force ticks to match up to every point by converting Y data to strings.

 

Example

 

>> Display every Y axis data point, essentially disable auto axis scaling.

 

var chart = new EJSC.Chart(

              "chart",

              {force_static_points_y: true}

       );