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 để trực quan hoá dữ liệu biểu đồ.
Bạn có thể đặt định nghĩa chế độ xem dữ liệu cho biểu đồ để hình ảnh hoá một chế độ xem bắt nguồn từ bảng dữ liệu nhất định chứ không phải chính bảng dữ liệu đó. Ví dụ: nếu định nghĩa chế độ xem của biểu đồ cho biết rằng các cột chế độ xem là [0, 3], thì chỉ cột đầu tiên và cột thứ ba của bảng dữ liệu mới đượ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: 2024-12-03 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."]]],[]]