EJSC.Chart.allow_hide_error

See Also

 

Definition

 

boolean allow_hide_error = false

 

Description

 

Defines whether the chart can overwrite an error message with a non-error message or hide the error message after a brief period of time.

 

Example

 

>> Allow all messages, including errors, to be hidden after a brief period of time

 

var chart = new EJSC.Chart(

              "chart",

              { allow_hide_error: true }

       );