-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing custom date formatting for google charts and highcharts #11
Conversation
Awesome, thanks for the pull request. I'll try it out when I get a chance. How consistent is the format string between Google Charts and Highcharts? For instance, if I want to show "Jan 1, 2014", will dateFormat be the same for both? |
Awesome, and about consistency sadly the formats used by Highcharts differ from the ones used by Google Charts. Google Charts: https://developers.google.com/chart/interactive/docs/reference#dateformatter |
Hey @ankane , just making a follow up on this request, have you had the chance to give it a look? |
Hey, sorry it's been so long - thanks for the reminder. I'll revisit it this week. |
Awesome @ankane , did you have the chance to review it? |
Apologies again. Putting tooltips aside for now, I simplified it down to this. Does this work for you? |
It certainly works, sir. Thank you @ankane :D |
Did this change end up in the master branch? |
I think this never actually got into the master branch @noreaster |
👍 This should be added |
Any chance this will get merged? |
I would like to customize the date below my horizontal axis to look like this: "Aug, 23 24 25 26 27" Am I able to set the month to only the first number as shown above? |
Ping... |
This one works with master #39 |
Following up with the issue #10 I raised a couple of days ago I'm submitting this pull request.
These changes allow custom date formatting for both highcharts and google charts.