مصفوفة ثنائية الأبعاد من البيانات أو حرفي 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"]]