Replies: 2 comments 4 replies
-
We don't currently plan to support multiple x or y scales in |
Beta Was this translation helpful? Give feedback.
0 replies
-
I recently solved this problem but only for Y scales. Putting it here for other people who need some insight on the same problem. I've never posted on a discussion before, so I apologize if just pasting a full example here is not accepted!
|
Beta Was this translation helpful? Give feedback.
4 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.
-
I would like to have a chart that includes both lines and bars for a single chart. I would ideally like for the line series to have an xScale of
type: "time"
(so that the line starts at the left axis) and the bar series to be oftype: "band"
so that it doesn't overflow the left axis.Since xScale is set on the chart level, I am unsure of how to make this work. Any advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions