apexcharter/NAMESPACE

41 lines
873 B
Plaintext
Raw Normal View History

2018-07-30 22:54:39 +02:00
# Generated by roxygen2: do not edit by hand
export("%>%")
2018-07-30 22:54:39 +02:00
export(apexcharter)
export(apexcharterOutput)
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)
export(ax_legend)
export(ax_markers)
export(ax_noData)
export(ax_plotOptions)
export(ax_responsive)
export(ax_series)
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)
export(pieOpts)
export(radialBarOpts)
2018-07-30 22:54:39 +02:00
export(renderApexcharter)
2018-08-03 11:10:36 +02:00
export(scrollerOpts)
export(selectionOpts)
2018-07-30 22:54:39 +02:00
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
2018-07-31 22:56:51 +02:00
importFrom(utils,modifyList)