Localization
11 Aug 2017 / 1 minute to read
EjChart supports localization for its axis labels and tooltip. To render the chart with specific culture you have to refer the corresponding globalize culture script and need to specify the culture name in Locale property of chart.
<!--Refer french globalize culture script-->
<script src="../scripts/cultures/globalize.culture.fr-FR.min.js"></script>
@(Html.EJ().Chart("chartContainer")
// ...
//Render chart in French locale
.Locale("fr-FR")
//...
)
Click here to view the localization chart online demo sample.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page