सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सुविधाओं के सेट से चार्ट जनरेट करता है. यह किसी प्रॉपर्टी की वैल्यू को, सुविधाओं के ग्रुप में प्लॉट करता है. groupProperty की एक ही वैल्यू वाली सुविधाओं को एक ही सीरीज़ के तौर पर ग्रुप किया जाएगा और प्लॉट किया जाएगा.
- X-ऐक्सिस = xProperty की वैल्यू.
- Y-ऐक्सिस = yProperty की वैल्यू.
- सीरीज़ = seriesProperty के हिसाब से, सुविधाओं के ग्रुप.
x-ऐक्सिस पर हर सुविधा के लेबल के तौर पर इस्तेमाल की जाने वाली प्रॉपर्टी.
yProperty
स्ट्रिंग
y-ऐक्सिस पर प्लॉट की जाने वाली प्रॉपर्टी.
seriesProperty
स्ट्रिंग
सुविधा ग्रुप तय करने के लिए इस्तेमाल की जाने वाली प्रॉपर्टी. groupProperty की एक ही वैल्यू वाली सुविधाओं को चार्ट पर एक ही सीरीज़ के तौर पर प्लॉट किया जाएगा.
[[["समझने में आसान है","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-25 (UTC) को अपडेट किया गया."],[[["The `ui.Chart.feature.groups` function generates a chart that visualizes the relationship between specified properties (xProperty and yProperty) across groups of features."],["Features are grouped based on the 'seriesProperty', with each group represented as a separate series on the chart."],["The chart's x-axis represents the 'xProperty' values, the y-axis represents the 'yProperty' values, and different series distinguish feature groups based on the 'seriesProperty'."],["The function accepts Feature, FeatureCollection, or List as input for features and requires string inputs for xProperty, yProperty, and seriesProperty to define the chart's properties."],["Upon execution, the function returns a ui.Chart object displaying the generated chart."]]],["The core functionality generates a chart by plotting feature properties. It groups features based on a `seriesProperty`, displaying each group as a unique series. The `xProperty` determines the x-axis labels, while the `yProperty` dictates the y-axis values. Input `features` (individually or in collections) are analyzed and the resulting chart is returned. The function `ui.Chart.feature.groups` handles this process, requiring the feature data and three property strings as input.\n"]]