차트에는 데이터 테이블 정의를 설정하여 데이터 표 자체가 아닌 특정 데이터 테이블에서 파생된 뷰를 시각화할 수 있습니다. 예를 들어 차트의 뷰 정의에 뷰 열이 [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"]],["최종 업데이트: 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."]]],[]]