Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
Двумерный массив данных или литерал 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 (Array) Массив цветов, используемых для рисования диаграммы.
Его формат должен соответствовать параметрам API визуализации Google: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Объект, необязательный
Устанавливает объект инициализатора DataView, который действует как фильтр для базовых данных. См.: https://developers.google.com/chart/interactive/docs/reference#DataView
downloadable
Булево, необязательно
Можно ли загрузить диаграмму в формате CSV, SVG и PNG. По умолчанию true.
[[["Прост для понимания","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 UTC."],[[["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"]]