Description Usage Arguments References Examples
Add markLine
to An Echarts Object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | addMarkLine(chart, series = NULL, timeslots = NULL, data = NULL,
clickable = TRUE, symbol = c("circle", "arrow"), symbolSize = c(2, 4),
symbolRotate = NULL, large = FALSE, smooth = FALSE, smoothness = 0.2,
precision = 2, bundling = list(enable = FALSE, maxTurningAngle = 45),
effect = list(show = FALSE), itemStyle = NULL, mode = c("add",
"overide"), ...)
addML(chart, series = NULL, timeslots = NULL, data = NULL,
clickable = TRUE, symbol = c("circle", "arrow"), symbolSize = c(2, 4),
symbolRotate = NULL, large = FALSE, smooth = FALSE, smoothness = 0.2,
precision = 2, bundling = list(enable = FALSE, maxTurningAngle = 45),
effect = list(show = FALSE), itemStyle = NULL, mode = c("add",
"overide"), ...)
addMarkline(chart, series = NULL, timeslots = NULL, data = NULL,
clickable = TRUE, symbol = c("circle", "arrow"), symbolSize = c(2, 4),
symbolRotate = NULL, large = FALSE, smooth = FALSE, smoothness = 0.2,
precision = 2, bundling = list(enable = FALSE, maxTurningAngle = 45),
effect = list(show = FALSE), itemStyle = NULL, mode = c("add",
"overide"), ...)
overideMarkLine(chart, ...)
overideMarkline(chart, ...)
overideML(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 is preferred.
If set NULL, then apply the |
data |
Data.frame, the data of the
|
clickable |
Logical, if the graphs are clickable. Default TRUE. |
symbol |
Symbol vector of the markLines, refer to |
symbolSize |
Numeric vector or |
symbolRotate |
Numeric -180 ~ 180. Default NULL. |
large |
Logical if large effect is on. Default FALSE. |
effect |
List. effect configurator of markLines. Default NULL, which is
|
itemStyle |
List. It is a list with the structure |
mode |
'add' or 'overide' the data part of |
... |
Elipsis |
http://echarts.baidu.com/echarts2/doc/option.html#tooltip-line1~series-i(line).markLine
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.