Skip to contents

A convenience function to easily hide grid lines.

Usage

e_hide_grid_lines(e, which = c("x", "y"))

Arguments

e

An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.

which

Which axis grid lines to hide.

Examples

cars |>
  e_charts(speed) |>
  e_scatter(dist) |>
  e_hide_grid_lines()