Class DataViewDefinition
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרת תצוגה מפורטת של נתונים
הגדרת תצוגת נתונים להמחשת נתוני תרשים.
אפשר להגדיר את תצוגת הנתונים לתרשימים כדי להמחיש תצוגה מפורטת שנגזרת מטבלת הנתונים הנתונה, ולא מטבלת הנתונים עצמה. לדוגמה, אם הגדרת התצוגה של תרשים מציינת שעמודות התצוגה הן [0, 3], רק העמודה הראשונה והשלישית בטבלת הנתונים נלקחות בחשבון בעת תרשים. ב-DataViewDefinitionBuilder אפשר לראות דוגמה להגדרת DataViewDefinition.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2026-04-13 (שעון 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"]]