Description Usage Arguments See Also Examples
Add heatmap.
| 1 2 3 4 5 6 7 | eheatmap(p, y, values, name = NULL, clickable = TRUE, blurSize = 30,
  minAlpha = 0.5, valueScale = 1, opacity = 1, z = 2, zlevel = 0,
  gradientColors, tooltip, ...)
eheatmap_(p, y, values, name = NULL, clickable = TRUE, blurSize = 30,
  minAlpha = 0.5, valueScale = 1, opacity = 1, z = 2, zlevel = 0,
  gradientColors, tooltip, ...)
 | 
| p | an echart object. | 
| y | yaxis values. | 
| values | heat. | 
| name | name of serie. | 
| clickable | whether chart is clickable. | 
| blurSize | size of points blur. | 
| minAlpha | minimum transparency. | 
| valueScale | 
 | 
| opacity | opacity of heatmap. | 
| z, zlevel | first and second grade cascading control, the higher z the closer to the top. | 
| gradientColors | colors used for gradient as a  | 
| tooltip | cutomise tooltip. | 
| ... | any other options to pass to heatmap. | 
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.