Description Usage Arguments References See Also Examples
Add markPoint
to An Echarts Object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | addMarkPoint(chart, series = NULL, timeslots = NULL, data = NULL,
clickable = TRUE, symbol = "pin", symbolSize = 10,
symbolRotate = NULL, large = FALSE, effect = list(show = FALSE),
itemStyle = NULL, ...)
addMP(chart, series = NULL, timeslots = NULL, data = NULL,
clickable = TRUE, symbol = "pin", symbolSize = 10,
symbolRotate = NULL, large = FALSE, effect = list(show = FALSE),
itemStyle = NULL, ...)
addMarkpoint(chart, series = NULL, timeslots = NULL, data = NULL,
clickable = TRUE, symbol = "pin", symbolSize = 10,
symbolRotate = NULL, large = FALSE, effect = list(show = FALSE),
itemStyle = NULL, ...)
overideMarkPoint(chart, ...)
overideMarkpoint(chart, ...)
overideMP(chart, ...)
|
chart |
|
series |
Numeric (series index) or character (series name), numeric preferred.
If set NULL, then apply the |
timeslots |
Numeric (timeslot index) or character (timeslot name), numeric preferred.
If set NULL, then apply the |
data |
Data.frame, the data of the
Note that markLine dataset is compatible with
|
clickable |
Logical, if the points are clickable. Default TRUE. |
symbol |
Symbol of the markpoints, refer to |
symbolSize |
Numeric or vector |
symbolRotate |
Numeric -180 ~ 180. Default NULL. |
large |
Logical if large effect is on. Default FALSE. |
effect |
List. effect configurator of markPoints. Default NULL, which is
|
itemStyle |
List. It is a list with the structure |
... |
Elipsis |
mode |
'add' or 'overide' the data part of |
http://echarts.baidu.com/echarts2/doc/option.html#tooltip-line1~series-i(line).markPoint
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.