با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک نمای برای این نمودار تنظیم می کند.
این نمودار را برمی گرداند.
استفاده
برمی گرداند
Chart.setView (view)
ui.Chart
استدلال
تایپ کنید
جزئیات
این: ui.chart
ui.Chart
نمونه ui.Chart.
view
شیء
یک شی اولیه DataView، که به عنوان یک فیلتر بر روی داده های زیرین در نمودار عمل می کند. ببینید: https://developers.google.com/chart/interactive/docs/reference#DataView
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["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"]]