Description
Hi,
I tried to open a topic on http://community.plot.ly/c/plotly-js but always get a message "Something has gone wrong. Perhaps this topic was closed or deleted while you were looking at it?" so I'm writing here
Is it possible to keep auto-formatting of date depending on range but adjust it a little? Let me explain my case.
Plotly formats date automatically. When year is not needed it skips the year in format but not always. Look at the screenshot above. You can see that first tick always contains a date. Moreover in this case "Dec 9" doesn't have to be shown in all ticks. It can be skipped but it is not. Hour is also displayed in a strange way. I would rather expect something like "7 AM" or "7:00" instead of "07h". I know that I can use tickformat but this totally destroys automatic formatting. It also looks like tickformat cannot be any function which would implement auto-formatting. Any ideas?