powered by
A convenience function to easily hide grid lines.
e_hide_grid_lines(e, which = c("x", "y"))
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Which axis grid lines to hide.
cars |> e_charts(speed) |> e_scatter(dist) |> e_hide_grid_lines()
Run the code above in your browser using DataLab