सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
डेटा का 2-D ऐरे या Google विज़ुअलाइज़ेशन डेटाटेबल लिटरल. देखें: 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 विज़ुअलाइज़ेशन API के विकल्पों के मुताबिक होना चाहिए: https://developers.google.com/chart/interactive/docs/customizing_charts
view
ऑब्जेक्ट, ज़रूरी नहीं
DataView initializer ऑब्जेक्ट सेट करता है, जो मौजूदा डेटा पर फ़िल्टर के तौर पर काम करता है. इस लिंक पर जानकारी पाएं: https://developers.google.com/chart/interactive/docs/reference#DataView
downloadable
बूलियन, ज़रूरी नहीं
चार्ट को CSV, SVG, और PNG फ़ॉर्मैट में डाउनलोड किया जा सकता है या नहीं. डिफ़ॉल्ट रूप से, यह 'सही' पर सेट होती है.
[[["समझने में आसान है","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"]]