ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
284 stars 84 forks source link

Localization #58

Closed kastony closed 1 year ago

kastony commented 2 years ago

How can I add Localization ;

ArielMejiaDev commented 1 year ago

You should translate the labels or any other desired value to the desired language on your chart class app/Charts take in mind that it probably required a strategy to handle request per different countries.

There are packages that already helps to resolve the expected lang for different requests and resolved it on the container, making it in a clean way, but this is something not related to the package itself.