powered by
Convenience function to add axis labels.
e_axis_labels(e, x = "", y = "")
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Labels of axes.
cars |> e_charts(speed) |> e_scatter(dist) |> e_axis_labels( x = "speed", y = "distance" )
Run the code above in your browser using DataLab