공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 액세스 권한을 유지하기 위해
비상업용 자격 요건을 인증해야 합니다. 2025년 9월 26일까지 인증하지 않으면 액세스가 보류될 수 있습니다.
ui.Chart
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
차트 위젯입니다.
| 사용 | 반환 값 |
|---|
ui.Chart(dataTable, chartType, options, view, downloadable) | ui.Chart |
| 인수 | 유형 | 세부정보 |
|---|
dataTable | List<List<Object>>|Object|String(선택사항) | 데이터의 2차원 배열 또는 Google 시각화 DataTable 리터럴입니다. http://developers.google.com/chart/interactive/docs/reference#DataTable을 참고하세요. |
chartType | 문자열, 선택사항 | 차트 유형입니다(예: 'ScatterChart', 'LineChart', 'ColumnChart'). 차트의 전체 목록은 https://developers.google.com/chart/interactive/docs/gallery를 참고하세요. |
options | 객체, 선택사항 | 다음과 같은 차트 스타일 옵션을 정의하는 객체입니다.
title (문자열) 차트의 제목입니다. |
colors (배열) 차트를 그리는 데 사용되는 색상의 배열입니다. |
형식은 Google Visualization API의 옵션을 따라야 합니다(https://developers.google.com/chart/interactive/docs/customizing_charts). |
view | 객체, 선택사항 | 기본 데이터에 대한 필터 역할을 하는 DataView 이니셜라이저 객체를 설정합니다. https://developers.google.com/chart/interactive/docs/reference#DataView를 참고하세요. |
downloadable | 불리언, 선택사항 | 차트를 CSV, SVG, PNG로 다운로드할 수 있는지 여부입니다. 기본값은 true입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["The `ui.Chart` widget displays a chart using a `dataTable`, `chartType`, and `options`. `dataTable` is a 2-D data array. `chartType` specifies the chart type (e.g., 'ScatterChart'). `options` control style, like `title` and `colors`. `view` allows data filtering. The `downloadable` boolean enables saving as CSV, SVG, or PNG, defaulting to true. Each parameter are optionnal.\n"]]