संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
डेटाव्यूडेफ़िनिशन
चार्ट डेटा को विज़ुअलाइज़ करने के लिए, डेटा व्यू की परिभाषा.
चार्ट के लिए डेटा व्यू की परिभाषा सेट की जा सकती है, ताकि दी गई डेटा टेबल से मिले व्यू को विज़ुअलाइज़ किया जा सके, न कि डेटा टेबल को. उदाहरण के लिए, अगर किसी चार्ट की व्यू डेफ़िनिशन में बताया गया है कि व्यू कॉलम [0, 3] हैं, तो चार्ट बनाते समय डेटा टेबल के सिर्फ़ पहले और तीसरे कॉलम को ध्यान में रखा जाता है. DataViewDefinition को परिभाषित और इस्तेमाल करने का उदाहरण देखने के लिए, DataViewDefinitionBuilder देखें.
[[["समझने में आसान है","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-26 (UTC) को अपडेट किया गया."],[],["A data view definition allows charts to visualize a subset of data from a data table, rather than the entire table. This is achieved by specifying which columns to include in the view. For instance, defining view columns as `[0, 3]` would mean only the first and third columns of the data table are used for the chart. A DataViewDefinitionBuilder helps in creating and implementing such views.\n"]]