Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
Một mảng dữ liệu 2 chiều hoặc một chữ ký Google Visualization DataTable. Xem: http://developers.google.com/chart/interactive/docs/reference#DataTable
chartType
Chuỗi, không bắt buộc
Loại biểu đồ; ví dụ: "ScatterChart", "LineChart" và "ColumnChart". Để xem danh sách đầy đủ các biểu đồ, hãy truy cập: https://developers.google.com/chart/interactive/docs/gallery
options
Đối tượng, không bắt buộc
Một đối tượng xác định các lựa chọn về kiểu biểu đồ, chẳng hạn như:
title (chuỗi) Tiêu đề của biểu đồ.
colors (Mảng) Một mảng màu dùng để vẽ biểu đồ.
Định dạng của tham số này phải tuân theo các lựa chọn của Google Visualization API: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Đối tượng, không bắt buộc
Đặt một đối tượng trình khởi tạo DataView, đóng vai trò là bộ lọc đối với dữ liệu cơ bản. Hãy xem: https://developers.google.com/chart/interactive/docs/reference#DataView
downloadable
Boolean, không bắt buộc
Biểu đồ có thể tải xuống dưới dạng CSV, SVG và PNG hay không. Giá trị mặc định là đúng.
[[["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: 2025-07-08 UTC."],[[["The `ui.Chart` widget lets you create interactive charts within your Earth Engine app using data from a `dataTable`."],["You can customize the chart's appearance, type (e.g., ScatterChart, LineChart), and data filtering using the `options` and `view` parameters."],["Charts are downloadable as CSV, SVG, or PNG by default, but this can be controlled with the `downloadable` parameter."],["The `dataTable` argument accepts a 2-D array or a Google Visualization DataTable literal for data input."],["Detailed documentation on chart types, styling options, and the Google Visualization API is available in the provided links."]]],["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"]]