[[["わかりやすい","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"]],["最終更新日 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"]]