EJSC.Chart.allow_interactivity        

See Also

 

Definition

 

boolean allow_interactivity = true

 

Description

 

Defines if the chart can be interacted with (ie zooming, moving, point selection, etc.).

 

Example

 

>> Turn off all interactivity for the chart

 

var chart = new EJSC.Chart(

              "chart",

              {allow_interactivity: false}

       );