JohnCoene / echarts4r

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

Expand e_area() documentation #526

Closed Mkranj closed 1 year ago

Mkranj commented 1 year ago

This PR updates the e_area() documentation. It elaborates that there is no such thing as a type=area chart in eCharts, which explains why the documentation links to type=line charts. It is specified that using this function is a shorthand for using e_bar() with areaStyle = list().

JohnCoene commented 1 year ago

Thanks!