We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the datetime type for the xaxis of a bar chart, the labels behave weird if there are only 2 or 3 dates provided as categories.
datetime
var options = { series: [{ name: 'PRODUCT A', data: [44, 55, 41] }], chart: { type: 'bar', }, xaxis: { type: 'datetime', categories: ['01/01/2011 GMT', '01/02/2011 GMT', '01/03/2011 GMT'], }, };
Display 3 labels, one for each category/day.
https://jsfiddle.net/c7ah2qr6/1/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When using the
datetime
type for the xaxis of a bar chart, the labels behave weird if there are only 2 or 3 dates provided as categories.Steps to Reproduce
Expected Behavior
Display 3 labels, one for each category/day.
Actual Behavior
Screenshots
Reproduction Link
https://jsfiddle.net/c7ah2qr6/1/
The text was updated successfully, but these errors were encountered: