editmode Element

The editmode element contains attributes to set up the chart edit mode.

editmode Element Attributes

Attribute name Brief description
mode The mode attribute determines chart edit mode. If the draw value is set, the edit mode by drawing is enabled. If the point value is set, chart editing by points is enabled. The point value is set by default. Attribute is relevant if the state attribute is set to true.

state

The state attribute enables and disables chart editing. The editing is disabled if the false value is set, and editing is enabled if the true value set. Default value is false.

Examples of the Editmode element attributes use are given on the Chart Editing by Points and by Drawing page.

See also:

Chart Editing by Points and by Drawing | HighCharts Improvements