stevo_300 Posted September 9, 2013 Report Share Posted September 9, 2013 Hello, I have been trying to change the culture of my to chart to show currency as Attachments.zip Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted September 13, 2013 Report Share Posted September 13, 2013 Unfortunate when replacing a culture you have to provide all the values we need, e.g. chart1.setCulture({ "shortDate": "M/dd/yyyy", "days": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], "abbDays": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], "months": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], "abbMonths": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], "am": "AM", "pm": "PM", "dateSepa": "/", "timeSepa": ":", // Numeric "decSymb": ".", "groupNumb": 3, "groupCurr": 3, "groupSymb": ",", "currSymb": "\u00A3", "currPos": 0, "currNeg": 0, "percSymb": "%", "percPos": 1, "percNeg": 1 }); We will consider supporting just adding the new values in a future build. JuanC Quote Link to comment Share on other sites More sharing options...
0 stevo_300 Posted September 16, 2013 Author Report Share Posted September 16, 2013 Hello, Thanks for your response. This worked perfectly. Kind Regards Quote Link to comment Share on other sites More sharing options...
Question
stevo_300
Hello,
I have been trying to change the culture of my to chart to show currency as
Attachments.zip
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.