הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-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 (string) הכותרת של התרשים.
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. ברירת המחדל היא 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"]]