You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example I posted is a simplified example to help with debugging and isolating purposes.. For context, this ends up being an issue for larger mixed charts like I'm working on below. Sometimes it decides to cluster all the values in the middle for whatever reason.
The text was updated successfully, but these errors were encountered:
Description
Rendering a 'column' chart on a
datetime
axis with a min/max does not use the full xaxis.This is contrasted to using a 'line' chart which applies the min/max on the xaxis as expected.
Steps to Reproduce
min
andmax
to xaxisExpected Behavior
The xaxis starts at the min and ends at the max.
Actual Behavior
The xaxis renders the min and max range in the middle. With unspecified space between the xaxis start and min + max and xaxis end.
Reproduction Link
https://codepen.io/LoopBoi/pen/zxOYJxx
Notes
The example I posted is a simplified example to help with debugging and isolating purposes.. For context, this ends up being an issue for larger mixed charts like I'm working on below. Sometimes it decides to cluster all the values in the middle for whatever reason.
The text was updated successfully, but these errors were encountered: