Description Usage Arguments Details See Also Examples
Add scatter serie.
| 1 2 3 4 5 6 7 | escatter(p, serie, size = NULL, name = NULL, clickable = TRUE,
  symbol = NULL, symbolSize = 4, symbolRotate = NULL, large = FALSE,
  largeThreshold = 2000, legendHoverLink = TRUE, z = 2, zlevel = 0, ...)
escatter_(p, serie, size = NULL, name = NULL, clickable = TRUE,
  symbol = NULL, symbolSize = 4, symbolRotate = NULL, large = FALSE,
  largeThreshold = 2000, legendHoverLink = TRUE, z = 2, zlevel = 0, ...)
 | 
| p | an echart object. | 
| serie | value column name to plot. | 
| size | size of points/bubble. | 
| name | of serie. | 
| clickable | whether plot is clickable. | 
| symbol | marker, see details for valid values. | 
| symbolSize | of symbol. | 
| symbolRotate | angle by which symbol is rotated, i.e.:  | 
| large | enables large scale scatter. | 
| largeThreshold | threshold of large scale scatter anto-switch. | 
| legendHoverLink | enables legend hover links. | 
| z, zlevel | first and second grade cascading control, the higher z the closer to the top. | 
| ... | any other options to pass to the serie. | 
Valid values for symbol:
circle
rectangle
triangle
diamond
emptyCircle
emptyRectangle
emptyTriangle
emptyDiamond
heart
droplet
pin
arrow
star
| 1 2 3 4 5 6 7 8 9 10 11 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.