See attached. I've got a vertical bar chart with "Company" (a string) for the horizontal axis, and it's broken down by "VersionID" (a number). For example, the first company is MOUK and it's broken down into two version ids: 297 and 298.
How can I get rid of the enormous white spaces between the different companies? I believe what's happening is it's saving space for all 14 unique version ids for each company, but each company only has a few of those ids. How can I make it only show the version ids that exist for each company, and not save space for the ones that aren't there?
Further context, less important: In my data, if version id X occurs in one company, it's not at all related to the same version id if it occurs in another company. For example, if version ID 297 happens to occur in two different companies, their bars logically should not be the same color since they are not related. I have a feeling if I could express that, then the gaps would go away.
I'm using Elastic 7.17.14. Thanks!