Reopened as a separate issue to original problem here: #9468
Expected Behavior
Attempting to stack values on a bar chart, where the data x value has sparse time values.
The chart draws correctly I think, but the tooltip is not correct when hovering the mouse over the chart.
The data for 1st May should total 30 (10 + 20);
The data for 2nd May should total 50 (20 + 30);
The data for 5th May should total 40 (10 + 30).
This depends on the clients timezone. Because the timestamps are in UTC/GMT, and the bounds option is in its default value (for time scale) 'data', generated ticks outside data bounds are filtered out.
Now for me, at GMT+3, the first tick is 2010-04-30 21:00:00 UTC/GMT, which is filtered out. The fix here is either remove the timezone from the timestamps, or set bounds: 'ticks'
Reopened as a separate issue to original problem here: #9468
Expected Behavior
Attempting to stack values on a bar chart, where the data x value has sparse time values.
The chart draws correctly I think, but the tooltip is not correct when hovering the mouse over the chart.
The data for 1st May should total 30 (10 + 20);
The data for 2nd May should total 50 (20 + 30);
The data for 5th May should total 40 (10 + 30).
Current Behavior
The x-axis label is missing for the first day:

Steps to Reproduce
Navigate to here: https://jsfiddle.net/Leelenaleee/8oLgvu41/1/
Environment
The text was updated successfully, but these errors were encountered: