Closed julianpoemp closed 2 months ago
my bad, I missed that "locales" and "defaultLocale" options are part of the @Input chart
options. Changing the locale using setLocale
doesn't work, but changing the defaultLangauge and apply updateOptions()
again, works.
I tried to set localization for a chart. There is no
@Input
attribute to define thelocales
option and nodefaultLocale
option. Setting a locale usingsetLocale()
method doesn't work either because the language wasn't defined.I tried: