Replies: 1 comment 2 replies
-
@gregg-cbs one quick solution I can think of is to turn your xAxis into an ordinal scale instead of linear. See this: https://unovis.dev/docs/guides/tips-and-tricks/#displaying-ordinal-values |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My xScale is Scale.scaleTime() which looks like its going up in a linear fashion even when i dont have data for certain days.
My data does not have entries for the 3rd, 6th, 9th and 15th November but bar columns are being created for those days.
How do i not create bars for days that are not in my data?
Screenshot:

Beta Was this translation helpful? Give feedback.
All reactions