Chart DayOfWeek localized message issue

Hi Team,

I’m using v6.10.3, encounter an issue when use localized day of week:
image

It’s related with below source code:
image

Hi,

Just do not localize amcharts.firstDayOfWeek message key. It is not the message but locale option. Just set as SUNDAY or MONDAY for your country. This message is not used for UI, but for first day selection and must be valid constant from DayOfWeek enumeration.

Thanks Yuriy, this solved the problem.