Replies: 1 comment
-
We’ve been calling this scales that vary across facets; please upvote #8 if you’re interested in this feature. In the meantime, you can implement it by creating small multiples (calling Plot.plot multiple times with different subsets of the data) that optionally share some scales (here you’d probably precompute the y-domain so that it is shared across plots). Then you’d combine all the plots into a single DIV or SVG element. |
Beta Was this translation helpful? Give feedback.
0 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.
-
My faceted bar chart is not working because when I use fx: "source_name" (faceting by country), Observable Plot creates a consistent x-axis across all facets showing ALL firms, but only fills in bars for firms that actually exist in each country - leading to blanks . How do I fix this?
I have tried to go a completely different route by manually inserting breaks between countries. Didnt work! I prefer this look, if only I can create the breaks like between the first two countries properly.
Beta Was this translation helpful? Give feedback.
All reactions