powered by
Change the locale to auto-translate days of the week, etc.
e_locale(e, locale)
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Locale to set to.
- CS - DE - EN - ES - FI - FR - JA - PT (brazil) - SI - TH - ZH
# top right corner zoom is in # Portuguese cars |> e_charts(speed) |> e_scatter(dist) |> e_datazoom() |> e_locale("PT")
Run the code above in your browser using DataLab