Dwuwymiarowa tablica danych lub literał Google Visualization DataTable. Zobacz: http://developers.google.com/chart/interactive/docs/reference#DataTable
chartType
Ciąg znaków, opcjonalnie
Typ wykresu, np. „ScatterChart”, „LineChart” i „ColumnChart”. Pełną listę wykresów znajdziesz na stronie: https://developers.google.com/chart/interactive/docs/gallery
options
Obiekt (opcjonalnie)
Obiekt definiujący opcje stylu wykresu, takie jak:
title (string) Tytuł wykresu.
colors (Tablica) Tablica kolorów użytych do narysowania wykresu.
Format powinien być zgodny z opcjami interfejsu Google Visualization API: https://developers.google.com/chart/interactive/docs/customizing_charts
view
Obiekt (opcjonalnie)
Ustawia obiekt inicjujący DataView, który działa jako filtr danych bazowych. Więcej informacji znajdziesz na stronie https://developers.google.com/chart/interactive/docs/reference#DataView.
downloadable
Wartość logiczna, opcjonalna
Określa, czy wykres można pobrać w formatach CSV, SVG i PNG. Domyślna wartość to true.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]