telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Make chart date axis label formats globalizable #1718

Open tsvetomir opened 8 years ago

tsvetomir commented 8 years ago

Currently, the categoryAxis.labels.dateFormats are hard-coded. They should be included in the culture definition files.

The exact way to achieve this is not yet decided on, but it's possible to include them as custom patterns.

cc @ggkrustev

marin-bratanov commented 5 years ago

Requested in 1418520

Potential workaround is extracting existing patterns from the Kendo Culture calendar in case they suit your needs (examine the entire object to see what is available and whether you can reuse it, or you would have to hardcode values): https://dojo.telerik.com/@bratanov/iXubuveq

VicTachev commented 5 years ago

Requested again in ticket 1427682