Skip to contents

Initialisation & Shiny

Initialise echarts and use in Shiny.

Chart Types

Chart types available in echarts4r these can work for static plots or Shiny proxies

e_band() e_band_()
Confidence bands
e_band2() e_band2_()
Area bands
e_area() e_area_()
Area
e_bar() e_bar_()
Bar and Line chart
e_bar_3d() e_bar_3d_()
Bar 3D
e_cloud() e_cloud_()
Wordcloud
e_correlations()
Correlation
e_line() e_line_()
Line
e_lines() e_lines_()
Lines
e_lines_gl()
Lines WebGL
e_graphic_g() e_group_g() e_image_g() e_text_g() e_rect_g() e_circle_g() e_ring_g() e_sector_g() e_arc_g() e_polygon_g() e_polyline_g() e_line_g() e_bezier_curve_g()
Graphic
e_lines_3d() e_line_3d() e_lines_3d_() e_line_3d_()
Lines 3D
e_scatter_3d() e_scatter_3d_()
Scatter 3D
e_scatter_gl() e_scatter_gl_()
Scatter GL
e_scatter() e_effect_scatter() e_scale() e_scatter_() e_effect_scatter_()
Scatter
e_pie() e_pie_()
Pie
e_pie_select() e_pie_unselect()
Select & Unselect Pie
e_radar() e_radar_()
Radar
e_radar_opts()
Radar axis
e_sankey() e_sankey_()
Sankey
e_step() e_step_()
Step
e_sunburst() e_sunburst_()
Sunburst
e_lm() e_glm() e_loess()
Smooth
e_candle() e_candle_()
Candlestick
e_river() e_river_()
River
e_boxplot() e_boxplot_()
Boxplot
e_error_bar() e_error_bar_()
Error bar
e_histogram() e_density() e_histogram_() e_density_()
Histogram & Density
e_liquid() e_liquid_()
Liquid fill
e_tree() e_tree_()
Tree
e_treemap() e_treemap_()
Treemap
e_gauge() e_gauge_()
Gauge
e_parallel() e_parallel_()
Parallel
e_surface() e_surface_()
Surface
e_flow_gl() e_flow_gl_()
Flow GL
e_graph() e_graph_gl() e_graph_nodes() e_graph_edges()
Graph
e_funnel() e_funnel_()
Funnel
e_heatmap() e_heatmap_()
Heatmap
e_pictorial() e_pictorial_()
Pictorial

Geo

Geographical chart types

Tooltip

Customise the tooltip

Aesthetics

Customise the aesthetics of the chart

e_theme() e_theme_custom() e_theme_register()
Themes
e_common()
General options
e_color()
Color
e_text_style()
Text style
e_visual_map() e_visual_map_()
Visual Map
e_visual_map_range()
Select Visual Map
e_legend()
Legend
e_labels()
Format labels
e_animation()
Animation
e_modularity()
Modularity

Toolbox

Provide a toolbox for your chart

Grid and Axis

Customise the grid and axis

Highlight and Downplay

Highlight and downplay series or data points on the chart

Shiny

Functions relevant to using echarts4r with Shiny.

Graphics

Add graphics to charts.

Connect

Connect charts and their interactions.

Timeline

Function to customise the chart timeline.

Misc

Other functions to improve your charts.