Hi!
I need to show my own format for category axis with the Date values.
i able to do that by specifying format:
but i also have allowed user to change
baseUnit property for the chart interactively, like it represented in the example
http://demos.kendoui.com/dataviz/line-charts/date-axis.html
by default i have baseUnit value set to "months". anyway, on the category axis label i have always the same format as it was given
(dd MM yyyy).
how can i provide format depending on the
baseUnit value (e.g. for "months" i need format: "MM yyyy", for "days" - "dd MM", etc)?
p.s. the globalisation as a possible solution did not work for me. based on this:
http://docs.kendoui.com/getting-started/framework/globalization/definecultureinfo i was not able to change formatting on the chart (and chart is not depending on that for some reasons:
http://docs.kendoui.com/getting-started/framework/globalization/overview#widgets-that-depend-on-culture-info). so #2 questions is: how to apply globalisation for charts?