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
I have a bar graph showing weekly data, with 1 datapoint per week, with roughly 2 years of data. If I set the range of the graph to be 52 weeks and use the panning tool, I'm unable to reach the 2 weeks on the left. In practice, I've seen up to 4 weeks of inaccessible data.
Additionally, intersect tooltips seem to break, with a small area (a few pixels) on the left between data points showing the first week outside of the bounds of the graph.
Create weekly time-series data with ~2 years data.
Limit range to 1 year
tooltip: { intersect: false} (not required, but shows a second issues with it)
Expected Behavior
The full dataset to be accessible via the pan tool, with working tooltips.
Actual Behavior
At least 2 bars of data are inaccessible, with tooltips show inconsistent data.
Screenshots
Incorrect tooltip, with highlighted area shown under Y axis labels (which is where that datapoint actually is). This is also as far as I can pan left, leaving 1 bar missing and 1 bar mostly cut off.
Description
I have a bar graph showing weekly data, with 1 datapoint per week, with roughly 2 years of data. If I set the range of the graph to be 52 weeks and use the panning tool, I'm unable to reach the 2 weeks on the left. In practice, I've seen up to 4 weeks of inaccessible data.
Additionally, intersect tooltips seem to break, with a small area (a few pixels) on the left between data points showing the first week outside of the bounds of the graph.
Steps to Reproduce
tooltip: { intersect: false}
(not required, but shows a second issues with it)Expected Behavior
The full dataset to be accessible via the pan tool, with working tooltips.
Actual Behavior
At least 2 bars of data are inaccessible, with tooltips show inconsistent data.
Screenshots
Incorrect tooltip, with highlighted area shown under Y axis labels (which is where that datapoint actually is). This is also as far as I can pan left, leaving 1 bar missing and 1 bar mostly cut off.
Reproduction Link
https://codepen.io/ascendedguard/pen/xxvygWw
The text was updated successfully, but these errors were encountered: