آرایه دو بعدی داده یا Google Visualization DataTable به معنای واقعی کلمه. ببینید: http://developers.google.com/chart/interactive/docs/reference#DataTable
chartType
رشته، اختیاری
نوع نمودار؛ به عنوان مثال 'ScatterChart'، 'LineChart' و 'ColumnChart'. برای لیست کامل نمودارها، به آدرس زیر مراجعه کنید: https://developers.google.com/chart/interactive/docs/gallery
options
شیء، اختیاری
یک شی که گزینه های سبک نمودار را تعریف می کند مانند:
title (رشته) عنوان نمودار.
colors (آرایه) آرایه ای از رنگ ها که برای رسم نمودار استفاده می شود.
قالب آن باید از گزینه های Google Visualization API پیروی کند: https://developers.google.com/chart/interactive/docs/customizing_charts
view
شیء، اختیاری
یک شی اولیه DataView را تنظیم می کند که به عنوان یک فیلتر روی داده های زیرین عمل می کند. ببینید: https://developers.google.com/chart/interactive/docs/reference#DataView
downloadable
بولی، اختیاری
آیا نمودار را می توان به صورت CSV، SVG و PNG بارگیری کرد. پیش فرض ها به درست است.
تاریخ آخرین بهروزرسانی 2025-07-08 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-08 بهوقت ساعت هماهنگ جهانی."],[[["The `ui.Chart` widget lets you create interactive charts within your Earth Engine app using data from a `dataTable`."],["You can customize the chart's appearance, type (e.g., ScatterChart, LineChart), and data filtering using the `options` and `view` parameters."],["Charts are downloadable as CSV, SVG, or PNG by default, but this can be controlled with the `downloadable` parameter."],["The `dataTable` argument accepts a 2-D array or a Google Visualization DataTable literal for data input."],["Detailed documentation on chart types, styling options, and the Google Visualization API is available in the provided links."]]],["The `ui.Chart` widget displays a chart using a `dataTable`, `chartType`, and `options`. `dataTable` is a 2-D data array. `chartType` specifies the chart type (e.g., 'ScatterChart'). `options` control style, like `title` and `colors`. `view` allows data filtering. The `downloadable` boolean enables saving as CSV, SVG, or PNG, defaulting to true. Each parameter are optionnal.\n"]]