ui.Chart

グラフ ウィジェット。

用途戻り値
ui.Chart(dataTable, chartType, options, view, downloadable)ui.Chart
引数タイプ詳細
dataTableList<List<Object>>|Object|String(省略可)データの 2 次元配列または Google Visualization 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 です。