objectModel Property

Description

Gets chart configuration as an Object.

Property is available after chart draw only if needConfig is set to "true" before chart drawing. Object structure is equal to AnyChart Stock configuration file structure (see stock object description in JSON Reference). See Updating chart using Object Model article for more information.

Note: This property is available only after an onChartDraw event occurred.

Type

Object

Default

null

Samples

Online HTML/JavaScript Sample

See also

needConfig

to top