-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Timeline chart grid column color not working #2591
Comments
+1; I'm seeing this same issue. Colors are not being set for 'datetime' type. It seems as though the grid lines are being set correctly for 'datetime' axis when |
I encounter the same issue. |
+1 - Issue occurs exclusively with |
+1 - Issue occurs exclusively with type: "datetime". |
1 similar comment
+1 - Issue occurs exclusively with type: "datetime". |
+1 It seems to be intentionally disabled 🤔 |
On any chart, if xaxis type is set to 'datetime', grid column customisation is not working. If xaxis type has no setting, or other than 'datetime', there is no issue.
Steps to Reproduce
In the options, set the xaxis type to 'datetime';
In the grid column section, add some colors or other styling - nothing happens;
Remove xaxis type, or set type="category" - styling is now appearing;
Expected Behavior
The columns should change color, or whatever valid setting I add there.
Actual Behavior
Nothing happens if you change something there.
Reproduction Link
https://codepen.io/georgedy/pen/OJgXPeG
The text was updated successfully, but these errors were encountered: