JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
585 stars 82 forks source link

docs: fix e_histogram example code #618

Closed jhk0530 closed 4 months ago

jhk0530 commented 4 months ago

This PR is related with issue #559, #617.

What I did

  1. I changed vignettes/stats.Rmd from e_histogram(y) |> to e_histogram(y, name = "histogram") |> (Line number 116)

  2. and rebuild pkgdown site using pkgdown::build_site() in echarts4r directory

image

which made a lot of change in files in docs/ directory.

Thanks