ui.Chart.setOptions
Sets options used to style this chart.
Returns this chart.
Usage | Returns |
---|
Chart.setOptions(options) | ui.Chart |
Argument | Type | Details |
---|
this: ui.chart | ui.Chart | The ui.Chart instance. |
options | Object | An object defining chart style options such as:
title (string) The title of the chart. |
colors (Array) An array of colors used to draw the chart. |
Its format should follow the Google Visualization API's options: https://developers.google.com/chart/interactive/docs/customizing_charts |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["`setOptions` is used to customize the appearance of a chart, such as its title and colors."],["This method accepts an `options` object to specify these customizations, aligning with Google Visualization API's options format."],["Calling `setOptions` on a `ui.Chart` instance returns the chart itself, allowing for method chaining."]]],[]]