Description Usage Arguments Value References
Add heatmap object to an Echarts object. (applicable for map)
1 2 3 4 5 6 |
chart |
|
series |
Vector. Specify which series you want to insert heatmap. Could be numeric (index of the series) or string (series name). If NULL, then apply to all. Default NULL. |
timeslots |
Vector. Specify which timeslots (t) you want to insert heatmap.
Could be numeric (index of the timeslot) or string (timeslot name).
If NULL, then apply to all. Default NULL. You could use |
data |
The heatmap source data. Two modes:
|
gradientColors |
Color palette of heat visualization. Three mode:
|
blurSize |
Size of blur. Default 30. |
minAlpha |
Minimal alpha value which any opacity value below this threshold
will be set |
valueScale |
Numeric. Scale of value that all the heat value will be multiplied by this value before plotting. Default 1. |
opacity |
Numeric 0-1. Degree of opacity. Default 1. |
mode |
'add' or 'overide' |
... |
Elipsis |
A modified echarts object
http://echarts.baidu.com/echarts2/doc/option.html#title~series-i(map).heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.