[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eChartMergeStrategy\u003c/code\u003e is an enumeration defining how chart data is merged from multiple ranges.\u003c/p\u003e\n"],["\u003cp\u003eThere are two options: \u003ccode\u003eMERGE_COLUMNS\u003c/code\u003e (default) which merges the columns of selected ranges, and \u003ccode\u003eMERGE_ROWS\u003c/code\u003e which merges the rows.\u003c/p\u003e\n"],["\u003cp\u003eTo use a \u003ccode\u003eChartMergeStrategy\u003c/code\u003e property, call it using its parent classes and property name, for example: \u003ccode\u003eCharts.ChartMergeStrategy.MERGE_COLUMNS\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["ChartMergeStrategy\n\nAn enumeration of how multiple ranges in the source are expressed in a chart.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.ChartMergeStrategy.MERGE_COLUMNS`. \n\nProperties\n\n| Property | Type | Description |\n|-----------------|--------|--------------------------------------------------------|\n| `MERGE_COLUMNS` | `Enum` | Default. Charts merges the columns of multiple ranges. |\n| `MERGE_ROWS` | `Enum` | Charts merges the rows of multiple ranges. |"]]