Stay organized with collections
Save and categorize content based on your preferences.
Sets a view for this chart.
Returns this chart.
Usage
Returns
Chart.setView(view)
ui.Chart
Argument
Type
Details
this: ui.chart
ui.Chart
The ui.Chart instance.
view
Object
A DataView initializer object, which acts as a filter over the underlying data in the chart. See: https://developers.google.com/chart/interactive/docs/reference#DataView
[[["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 2023-10-06 UTC."],[[["The `Chart.setView()` method allows you to apply a DataView object to filter the chart's underlying data, effectively changing the chart's view."],["This method accepts a DataView initializer object as an argument and returns the modified ui.Chart instance."],["The DataView object offers a way to manipulate and subset your chart's data without altering the original data source, as described in Google Charts' documentation."]]],[]]