Description Usage Arguments Value Examples
View source: R/plot_eclollipop.R
Interactive Lollipop Plot
1 | plot_eclollipop(dp = NULL)
|
dp |
List of parameters
|
an echarts4r lollipop plot
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ## Not run: plot_eclollipop(dp)
## Not run:
dp = list(NULL)
dp$tab = tab
dp$xval = 'x'
dp$yval = 'y'
dp$color = 'color'
dp$pointsize = 8
dp$linesize = 2
dp$title = NULL
dp$text_format = ''
dp$show_label = FALSE
dp$label_color = '#A9A9A9'
dp$label_size = 10
dp$label_position = 'out'
dp$x_label_color = '#606060'
dp$x_label_size = 15
dp$y_label_color = '#606060'
dp$y_label_size = 10
dp$xaxis_title = NULL
dp$show_xaxis_line = FALSE
dp$show_yaxis = FALSE
dp$yaxis_title = NULL
dp$axis_title_color = '#606060'
dp$axis_title_size = 15
dp$show_xgrid = FALSE
dp$show_ygrid = FALSE
dp$margin_left = '10%'
dp$margin_right = '10%'
dp$margin_top = 60
dp$margin_bottom = 60
dp$legend = FALSE
dp$legend_left = 'auto'
dp$legend_right = 'auto'
dp$legend_top = 'auto'
dp$legend_bottom = 'auto'
dp$legend_orient = 'horizontal'
dp$chart_width = NULL
dp$chart_height = NULL
fplot = plot_lollipop(dp)
fplot
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.