Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
DataViewDefinition
Định nghĩa chế độ xem dữ liệu để hình ảnh hóa dữ liệu biểu đồ.
Bạn có thể đặt định nghĩa về chế độ xem dữ liệu cho biểu đồ để biểu diễn một chế độ xem bắt nguồn từ
bảng dữ liệu nhất định chứ không phải từ bảng dữ liệu. Ví dụ: nếu định nghĩa về chế độ xem của biểu đồ cho biết rằng các cột chế độ xem là [0, 3], thì chỉ có cột đầu tiên và cột thứ ba của bảng dữ liệu được xem xét khi vẽ biểu đồ. Hãy xem DataViewDefinitionBuilder để biết ví dụ về cách
xác định và sử dụng DataViewDefinition.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2022-08-17 UTC."],[[["A DataViewDefinition is used to define how chart data should be visualized, allowing charts to display a customized view derived from the original data table."],["By specifying view columns (e.g., \\[0, 3\\]), a DataViewDefinition determines which columns from the data table are used for chart rendering, such as selecting only the first and third columns."],["Refer to the DataViewDefinitionBuilder documentation for guidance on defining and utilizing DataViewDefinitions to modify chart visualizations."]]],[]]