メインコンテンツへスキップ

Map

与えられた地名または経度/緯度値のいずれかを指定できる地理地図。

オプション

  • data | object (required): 各変数の値の配列のオブジェクト. Default: none.
  • scope | string: 表示範囲. Default: 'world'.
  • locations | string: 場所の名前を保持するdata内の変数名. Default: none.
  • locationmode | string: ISO-3, USA-state, locationsの値がどのようにエンコードされているかを示す国名のいずれか。. Default:'country names'`.
  • longitude | string: 経度値を保持するdata内の変数名. Default: none.
  • latitude | string: 緯度値を保持するdata内の変数名. Default: none.
  • showLand | boolean: 地図上に地理的特徴を表示するかどうか. Default: false.
  • aggregation | string: 各ロケーションの値の集計方法を示す文字列(sum, avg, min, max, mode, median, count, first, or last のいずれか)。. Default: 'sum'.

例としては、以下のようなものがあります。