I would like to use dygraph combined (dygraph.com) in one of my projects. The problem is, that it shows date (on X axis) in eanglish:
Jan 01, Feb 01, Apr 01, etc.
and I want to display it in some other language (like Polish) for example:
Sty 01, Lut 01, Mar 01, etc.
Is it possible? If yes, how to do it?
with the options is harder because you have to considerer the granularity, but you can edit dygraph-combined.js changing the names of months and days, for example, replace text "Jan" with "Sty" and so on, then save and use it
you will get the same behavior with your language.