powered by
Stagger axis labels.
e_axis_stagger(e)
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
df <- data.frame( x = c("a very long label", "Another long label"), y = 1:2 ) df |> e_charts(x, width = 150) |> e_bar(y) |> e_axis_stagger()
Run the code above in your browser using DataLab