{
    "componentChunkName": "component---src-templates-doc-page-jsx",
    "path": "/angular-charts/api-create-update/",
    "result": {"data":{"markdownRemark":{"htmlAst":{"type":"root","children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Learn about creating and updating charts in more detail."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"creating-and-updating-charts","style":"position:relative;"},"children":[{"type":"text","value":"Creating and Updating Charts"},{"type":"element","tagName":"a","properties":{"href":"#creating-and-updating-charts","ariaLabel":"creating and updating charts permalink","className":["docs-header-icon","after"]},"children":[{"type":"element","tagName":"svg","properties":{"id":"icon","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 32 32"},"children":[{"type":"element","tagName":"path","properties":{"d":"M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"},"children":[]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["custom-block","javascript-only-section"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart"}]},{"type":"text","value":" exposes "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"create()"}]},{"type":"text","value":" and "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"update()"}]},{"type":"text","value":" static methods to perform chart initialisation and update based upon\nthe "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChartOptions"}]},{"type":"text","value":" configuration structure."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Mutations to the previously used options object are not automatically picked up by the chart implementation,\n"},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart.update()"}]},{"type":"text","value":" should be called for changes to be applied."}]},{"type":"element","tagName":"div","properties":{"className":["custom-block","note"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"NOTE: We expect the options supplied to "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart.update()"}]},{"type":"text","value":" to be the full configuration state to update\nto, not a partial configuration. Use "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart.updateDelta()"}]},{"type":"text","value":" to apply partial updates."}]}]}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart"}]},{"type":"text","value":" has the following API:\n"},{"type":"element","tagName":"api-documentation","properties":{"source":"charts-api/doc-interfaces.AUTO.json","section":"AgChart","names":"[\"create\", \"update\"]","config":"{ \"showSnippets\": false, \"lookupRoot\": \"charts-api\", \"suppressTypes\": [\"AgChartInstance\", \"AgChartOptions\", \"DeepPartial\"] }"},"children":[]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["custom-block","frameworks-only-section"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChartOptions"}]},{"type":"text","value":" are supplied to the AG Charts component, and mutations of the options trigger an update of the chart configuration."}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"See the "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.3/charts-api/"},"children":[{"type":"text","value":"Options Reference"}]},{"type":"text","value":" for more detail about the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChartOptions"}]},{"type":"text","value":" structure."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The following example demonstrates both create and update cases:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Definition of an "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"options"}]},{"type":"text","value":" object used to create the initial chart state."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Buttons that invoke mutations of the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"options"}]},{"type":"text","value":" and trigger update of the chart state."}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"chart-example","properties":{"title":"Create and Update with AgChartOptions","name":"create-update","type":"generated"},"children":[]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["custom-block","javascript-only-section"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"h2","properties":{"id":"delta-options-update","style":"position:relative;"},"children":[{"type":"text","value":"Delta Options Update"},{"type":"element","tagName":"a","properties":{"href":"#delta-options-update","ariaLabel":"delta options update permalink","className":["docs-header-icon","after"]},"children":[{"type":"element","tagName":"svg","properties":{"id":"icon","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 32 32"},"children":[{"type":"element","tagName":"path","properties":{"d":"M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"},"children":[]}]}]}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart"}]},{"type":"text","value":" exposes an "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"updateDelta()"}]},{"type":"text","value":" static method to allow partial updates to a charts options.\n"},{"type":"element","tagName":"api-documentation","properties":{"source":"charts-api/doc-interfaces.AUTO.json","section":"AgChart","names":"[\"updateDelta\"]","config":"{ \"showSnippets\": false, \"lookupRoot\": \"charts-api\", \"suppressTypes\": [\"AgChartInstance\", \"AgChartOptions\", \"DeepPartial\"] }"},"children":[]}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"text","value":"To assist with state management, the complete applied options state can be retrieved by calling "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"getOptions()"}]},{"type":"text","value":" on the\n"},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChartInstance"}]},{"type":"text","value":":\n"},{"type":"element","tagName":"api-documentation","properties":{"source":"charts-api/doc-interfaces.AUTO.json","section":"AgChartInstance","names":"[\"getOptions\"]","config":"{ \"showSnippets\": false, \"lookupRoot\": \"charts-api\", \"suppressTypes\": [\"AgChartInstance\", \"AgChartOptions\", \"DeepPartial\"] }"},"children":[]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The following example demonstrates:"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Retrieving current Chart configuration via "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"getOptions()"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Mutation of the Chart configuration via "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"updateDelta()"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"chart-example","properties":{"title":"Update with Partial AgChartOptions","name":"update-partial","type":"typescript"},"children":[]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["custom-block","frameworks-only-section"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"h2","properties":{"id":"delta-options-update-1","style":"position:relative;"},"children":[{"type":"text","value":"Delta Options Update"},{"type":"element","tagName":"a","properties":{"href":"#delta-options-update-1","ariaLabel":"delta options update 1 permalink","className":["docs-header-icon","after"]},"children":[{"type":"element","tagName":"svg","properties":{"id":"icon","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 32 32"},"children":[{"type":"element","tagName":"path","properties":{"d":"M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"},"children":[]}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChart"}]},{"type":"text","value":" exposes an "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"updateDelta()"}]},{"type":"text","value":" static method to allow partial updates to an existing charts configuration:"}]},{"type":"element","tagName":"div","properties":{"className":["custom-block","note"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"updateDelta()"}]},{"type":"text","value":" should not be normally used with the AG Charts component; framework change detection and updates\nto the chart apply automatically after an options change."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"However when using "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.3/integrated-charts-events/#accessing-chart-instance"},"children":[{"type":"text","value":"Integrated Charts"}]},{"type":"text","value":" it may be\nnecessary to use this API to perform chart updates in Grid callbacks."}]}]}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"api-documentation","properties":{"source":"charts-api/doc-interfaces.AUTO.json","section":"AgChart","names":"[\"updateDelta\"]","config":"{ \"showSnippets\": false, \"lookupRoot\": \"charts-api\", \"suppressTypes\": [\"AgChartInstance\", \"AgChartOptions\", \"DeepPartial\"] }"},"children":[]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"destroying-charts","style":"position:relative;"},"children":[{"type":"text","value":"Destroying Charts"},{"type":"element","tagName":"a","properties":{"href":"#destroying-charts","ariaLabel":"destroying charts permalink","className":["docs-header-icon","after"]},"children":[{"type":"element","tagName":"svg","properties":{"id":"icon","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 32 32"},"children":[{"type":"element","tagName":"path","properties":{"d":"M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"},"children":[]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["custom-block","javascript-only-section"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"div","properties":{},"children":[{"type":"text","value":"Charts can be destroyed by using the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"AgChartInstance.destroy()"}]},{"type":"text","value":" method:\n"},{"type":"element","tagName":"api-documentation","properties":{"source":"charts-api/doc-interfaces.AUTO.json","section":"AgChartInstance","names":"[\"destroy\"]","config":"{ \"showSnippets\": false, \"lookupRoot\": \"charts-api\", \"suppressTypes\": [\"AgChartInstance\", \"AgChartOptions\", \"DeepPartial\"] }"},"children":[]}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["custom-block","frameworks-only-section"]},"children":[{"type":"element","tagName":"div","properties":{"className":["custom-block-body"]},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Charts are automatically destroyed when the AG Charts component is removed from the DOM."}]}]}]}],"data":{"quirksMode":false}},"frontmatter":{"title":"Create/Update","version":null,"enterprise":null,"sideMenu":null,"description":null},"headings":[{"id":"creating-and-updating-charts","depth":2,"value":"Creating and Updating Charts"},{"id":"delta-options-update","depth":2,"value":"Delta Options Update"},{"id":"delta-options-update-1","depth":2,"value":"Delta Options Update"},{"id":"destroying-charts","depth":2,"value":"Destroying Charts"}]}},"pageContext":{"frameworks":["javascript","react","angular","vue"],"framework":"angular","srcPath":"/charts-api-create-update","pageName":"charts-api-create-update"}},
    "staticQueryHashes": ["1766026005","699667431","940729948"]}