[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(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."]]],["The `Chart.setView(view)` method allows filtering chart data using a `DataView` initializer object. This method takes a `view` object as an argument, which defines the filter. The `ui.Chart` instance itself is also a parameter. The method returns the modified `ui.Chart` instance, enabling further chaining. The `DataView` object details for defining filters are found at the provided URL.\n"]]