apexcharter/NAMESPACE

50 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-07-30 22:54:39 +02:00
# Generated by roxygen2: do not edit by hand
export("%>%")
2019-02-14 15:50:58 +01:00
export(aes)
export(apex)
2019-02-15 22:33:14 +01:00
export(apexchart)
2018-09-07 18:06:41 +02:00
export(apexchartOutput)
2018-09-09 22:09:05 +02:00
export(apexchartProxy)
2018-07-31 22:56:51 +02:00
export(ax_annotations)
export(ax_chart)
export(ax_colors)
export(ax_dataLabels)
export(ax_fill)
export(ax_grid)
export(ax_labels)
2018-11-06 09:04:16 +01:00
export(ax_labels2)
2019-02-16 19:56:22 +01:00
export(ax_labs)
2018-07-31 22:56:51 +02:00
export(ax_legend)
export(ax_markers)
export(ax_plotOptions)
2018-09-09 22:09:05 +02:00
export(ax_proxy_series)
2018-07-31 22:56:51 +02:00
export(ax_responsive)
export(ax_series)
2018-09-04 00:21:21 +02:00
export(ax_series2)
2018-07-31 22:56:51 +02:00
export(ax_states)
export(ax_stroke)
export(ax_subtitle)
export(ax_theme)
export(ax_title)
export(ax_tooltip)
export(ax_xaxis)
export(ax_yaxis)
2018-08-03 11:10:36 +02:00
export(barOpts)
export(eventsOpts)
export(heatmapOpts)
2018-09-03 23:52:53 +02:00
export(parse_df)
2018-08-03 11:10:36 +02:00
export(pieOpts)
export(radialBarOpts)
2018-09-07 18:06:41 +02:00
export(renderApexchart)
2019-02-14 15:50:58 +01:00
importFrom(ggplot2,aes)
2018-07-30 22:54:39 +02:00
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
2019-02-14 15:50:58 +01:00
importFrom(rlang,as_name)
importFrom(rlang,eval_tidy)
2018-12-18 18:02:09 +01:00
importFrom(stats,setNames)
2018-07-31 22:56:51 +02:00
importFrom(utils,modifyList)