{
    "componentChunkName": "component---src-templates-doc-page-jsx",
    "path": "/angular-data-grid/integrated-charts-api-range-chart/",
    "result": {"data":{"markdownRemark":{"htmlAst":{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This section shows how Range Charts can be created via the Grid API."}]},{"type":"element","tagName":"h2","properties":{"id":"creating-range-charts","style":"position:relative;"},"children":[{"type":"text","value":"Creating Range Charts"},{"type":"element","tagName":"a","properties":{"href":"#creating-range-charts","ariaLabel":"creating range 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":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Range Charts can be created through "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"gridApi.createRangeChart()"}]},{"type":"text","value":" as shown below:"}]},{"type":"element","tagName":"snippet","properties":{},"children":[{"type":"text","value":"\n| gridOptions.api.createRangeChart({\n|     chartType: 'groupedColumn',\n|     cellRange: {\n|         rowStartIndex: 0,\n|         rowEndIndex: 4,\n|         columns: ['country', 'gold', 'silver'],\n|     },\n|     // other options...\n| });\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The snippet above creates a Range Chart with the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"groupedColumn"}]},{"type":"text","value":" chart type using data from the first 4 and the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"country"}]},{"type":"text","value":",\n"},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"gold"}]},{"type":"text","value":", "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"silver"}]},{"type":"text","value":" columns. For a full list of options see "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.4/integrated-charts-api-range-chart/#range-chart-api"},"children":[{"type":"text","value":"Range Chart API"}]},{"type":"text","value":"."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The following example demonstrates how Range Charts can be created programmatically via "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"gridApi.createRangeChart()"}]},{"type":"text","value":". Note the following:"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Clicking "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"'Top 5 Medal Winners'"}]},{"type":"text","value":" will chart the first five rows of Gold and Silver medals by Country."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Clicking "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"'Bronze Medals by Country'"}]},{"type":"text","value":" will chart Bronze by Country using all rows (the provided cell range does not specify rows)."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Note the "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"'Bronze Medals by Country'"}]},{"type":"text","value":" chart is unlinked from the grid as "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartUnlinked=true"}]},{"type":"text","value":". Notice that sorting in the grid does not affect the chart and there is no chart range in the grid."}]},{"type":"text","value":"\n"}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"grid-example","properties":{"title":"Charts in Grid Popup Window","name":"chart-api","type":"generated","options":"{ \"enterprise\": true, \"modules\": [\"clientside\", \"menu\", \"charts\"] }"},"children":[]}]},{"type":"element","tagName":"h2","properties":{"id":"range-chart-dashboard","style":"position:relative;"},"children":[{"type":"text","value":"Range Chart Dashboard"},{"type":"element","tagName":"a","properties":{"href":"#range-chart-dashboard","ariaLabel":"range chart dashboard 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":"text","value":"The following example passes a "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.4/integrated-charts-container/"},"children":[{"type":"text","value":"Chart Container"}]},{"type":"text","value":" to the API to place the chart in a\nlocation other than the grid's popup window. Note the following:"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"The charts are placed in "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"div"}]},{"type":"text","value":" elements outside the grid."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"The two pie charts are showing aggregations rather than charting individual rows."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Clicking on a chart highlights the range in the grid for which the chart is based."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"The bar chart is sensitive to changes in the rows. For example if you sort, the chart updates to always chart the first five rows."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"All data is editable in the grid. Changes to the grid data is reflected in the charts."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"The two pie charts have legends beneath. This is configured in the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartThemeOverrides"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"grid-example","properties":{"title":"Charts in Dashboard","name":"dashboard","type":"generated","options":"{ \"enterprise\": true, \"modules\": [\"clientside\", \"menu\", \"charts\", \"rowgrouping\"], \"exampleHeight\": 700 }"},"children":[]}]},{"type":"element","tagName":"h2","properties":{"id":"hiding-chart-ranges","style":"position:relative;"},"children":[{"type":"text","value":"Hiding Chart Ranges"},{"type":"element","tagName":"a","properties":{"href":"#hiding-chart-ranges","ariaLabel":"hiding chart ranges 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":"text","value":"In some cases it may be desirable to hide the chart ranges in the grid, see "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.4/integrated-charts-api-range-chart/#example-combination-chart"},"children":[{"type":"text","value":"Combination Charts"}]},{"type":"text","value":"."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"To hide the chart ranges simply enable "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"suppressChartRanges=true"}]},{"type":"text","value":" on the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"ChartRangeParams"}]},{"type":"text","value":"."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"For more details refer to "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.4/integrated-charts-api-range-chart/#range-chart-api"},"children":[{"type":"text","value":"Range Chart API"}]},{"type":"text","value":"."}]},{"type":"element","tagName":"h2","properties":{"id":"combination-charts","style":"position:relative;"},"children":[{"type":"text","value":"Combination Charts"},{"type":"element","tagName":"a","properties":{"href":"#combination-charts","ariaLabel":"combination 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":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"It is possible to create the following combination chart types via "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"gridApi.createRangeChart()"}]},{"type":"text","value":":"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Column & Line ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'columnLineCombo'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Area & Column ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'areaColumnCombo'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Custom Combination ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'customCombo'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"When the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"customCombo"}]},{"type":"text","value":" chart type is specified a new "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"CreateRangeChartParams.seriesChartTypes"}]},{"type":"text","value":" must also be supplied.\nAlso note that when "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"seriesChartTypes"}]},{"type":"text","value":" is present a "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"customCombo"}]},{"type":"text","value":" chart type is assumed, regardless of which "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType"}]},{"type":"text","value":"\nis supplied."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"seriesChartTypes"}]},{"type":"text","value":" property accepts an array of "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"SeriesChartType"}]},{"type":"text","value":" objects as shown below:"}]},{"type":"element","tagName":"snippet","properties":{},"children":[{"type":"text","value":"\n| api.createRangeChart({\n|     chartType: 'customCombo',\n|     cellRange: {\n|       columns: ['month', 'rain', 'pressure', 'temp'],\n|     }, \n|     seriesChartTypes: [\n|       { colId: 'rain', chartType: 'groupedColumn', secondaryAxis: false },\n|       { colId: 'pressure', chartType: 'line', secondaryAxis: true },\n|       { colId: 'temp', chartType: 'line', secondaryAxis: true }\n|     ], \n|     aggFunc: 'sum',\n| });\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The following series chart types are supported with combination charts:"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Line ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'line'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Area ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'Area'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Stacked Area ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'stackedArea'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Grouped Column ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'groupedColumn'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Stacked Column ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartType: 'stackedColumn'"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Note that only "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"line"}]},{"type":"text","value":" and "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"area"}]},{"type":"text","value":" series chart types can be plotted against a secondary axis."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The following example demonstrates the above configuration, note the following:"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"The 'Rain' series uses a "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"groupedColumn"}]},{"type":"text","value":" chart type and is plotted against the primary Y axis ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"secondaryAxis=false"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"'Pressure' and 'Temp' use a "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"line"}]},{"type":"text","value":" chart type and are plotted against separate secondary Y axes ("},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"secondaryAxis=true"}]},{"type":"text","value":")"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Values are aggregated by the 'Month' category by setting "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"aggFunc: 'sum'"}]},{"type":"text","value":" "}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Chart Ranges are hidden using "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"suppressChartRanges=true"}]}]},{"type":"text","value":"\n"}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"grid-example","properties":{"title":"Combination Chart","name":"combination-chart","type":"generated","options":"{ \"enterprise\": true, \"modules\": [\"clientside\", \"menu\", \"charts\", \"rowgrouping\"], \"exampleHeight\": 790 }"},"children":[]}]},{"type":"element","tagName":"h2","properties":{"id":"range-chart-api","style":"position:relative;"},"children":[{"type":"text","value":"Range Chart API"},{"type":"element","tagName":"a","properties":{"href":"#range-chart-api","ariaLabel":"range chart api 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":"text","value":"Range Charts can be created programmatically using:"}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"api-documentation","properties":{"source":"grid-api/api.json","section":"charts","names":"[\"createRangeChart\"]"},"children":[]}]},{"type":"element","tagName":"div","properties":{},"children":[{"type":"element","tagName":"interface-documentation","properties":{"interfacename":"CreateRangeChartParams","overridesrc":"integrated-charts-api-range-chart/resources/chart-api.json"},"children":[]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The API returns a "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"ChartRef"}]},{"type":"text","value":" object when a "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"chartContainer"}]},{"type":"text","value":" is provided. This is the same structure\nthat is provided to the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"createChartContainer(chartRef)"}]},{"type":"text","value":" callback. The "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"ChartRef"}]},{"type":"text","value":" provides the application\nwith the "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"destroyChart()"}]},{"type":"text","value":" method that is required when the application wants to dispose the chart."}]},{"type":"element","tagName":"h2","properties":{"id":"next-up","style":"position:relative;"},"children":[{"type":"text","value":"Next Up"},{"type":"element","tagName":"a","properties":{"href":"#next-up","ariaLabel":"next up 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":"text","value":"Continue to the next section to learn about the: "},{"type":"element","tagName":"a","properties":{"href":"/archive/29.3.4/integrated-charts-api-pivot-chart/"},"children":[{"type":"text","value":"Pivot Chart API"}]},{"type":"text","value":"."}]}]},"frontmatter":{"title":"Range Chart API","version":null,"enterprise":true,"sideMenu":null,"description":null},"headings":[{"id":"creating-range-charts","depth":2,"value":"Creating Range Charts"},{"id":"range-chart-dashboard","depth":2,"value":"Range Chart Dashboard"},{"id":"hiding-chart-ranges","depth":2,"value":"Hiding Chart Ranges"},{"id":"combination-charts","depth":2,"value":"Combination Charts"},{"id":"range-chart-api","depth":2,"value":"Range Chart API"},{"id":"next-up","depth":2,"value":"Next Up"}]}},"pageContext":{"frameworks":["javascript","react","angular","vue"],"framework":"angular","srcPath":"/integrated-charts-api-range-chart","pageName":"integrated-charts-api-range-chart"}},
    "staticQueryHashes": ["1766026005","699667431","940729948"]}