apexcharter/NAMESPACE

63 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-07-30 22:54:39 +02:00
# Generated by roxygen2: do not edit by hand
export("%>%")
2019-06-12 17:29:40 +02:00
export(JS)
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)
2019-07-19 16:00:10 +02:00
export(ax_proxy_options)
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)
2019-07-15 12:04:45 +02:00
export(ax_yaxis2)
2019-02-17 22:07:04 +01:00
export(bar_opts)
2020-02-12 18:21:40 +01:00
export(config_update)
2019-02-17 22:07:04 +01:00
export(events_opts)
2020-03-04 16:52:37 +01:00
export(format_date)
2019-11-26 12:49:03 +01:00
export(format_num)
2019-02-17 22:07:04 +01:00
export(heatmap_opts)
2018-09-03 23:52:53 +02:00
export(parse_df)
2019-02-17 22:07:04 +01:00
export(pie_opts)
export(radialBar_opts)
2018-09-07 18:06:41 +02:00
export(renderApexchart)
2020-03-17 12:22:31 +01:00
export(run_input_demo)
2020-03-04 11:55:23 +01:00
export(set_input_click)
2020-03-18 12:30:48 +01:00
export(set_input_selection)
2020-03-04 19:02:01 +01:00
export(set_input_zoom)
2019-02-14 15:50:58 +01:00
importFrom(ggplot2,aes)
2019-06-12 17:29:40 +02:00
importFrom(htmlwidgets,JS)
2018-07-30 22:54:39 +02:00
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
2019-02-18 20:29:34 +01:00
importFrom(rlang,as_label)
2019-02-14 15:50:58 +01:00
importFrom(rlang,eval_tidy)
2020-03-04 15:14:02 +01:00
importFrom(shiny,getDefaultReactiveDomain)
2020-03-04 19:02:01 +01:00
importFrom(shiny,registerInputHandler)
2018-12-18 18:02:09 +01:00
importFrom(stats,setNames)
2018-07-31 22:56:51 +02:00
importFrom(utils,modifyList)