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 fixed it with a workaround. I wrote a function that check if all data have the same month and year and set unit time to: day, otherwise set unit time to: month.
When I use the multiple bar chart with monthly time scale in x-axis, some datasets in first and last position are cropped
Expected Behavior
Draw the chart correctly and show the current month in labels section
Current Behavior
Some datasets in first and last position are cropped and the current month is not shown in labels section
Possible Solution
I don't know.
I tried setting the offset flag as true, but only works if I set the time scale unit as day
I tried setting the scale bounds as ticks, but the bars look too thin
Steps to Reproduce
https://codesandbox.io/s/compassionate-dijkstra-dje3k?file=/src/App.js
Context
Environment
The text was updated successfully, but these errors were encountered: