I am going deeper into Directus, and some things are either buggy, sloppy or I just don’t understand what am I supposed to do?
I am trying to create a very very simple bar chart in Insights.
Let’s suppose I have two collections: buildings, rooms
They are related with buildings.rooms O2M, rooms.building M2O.
So basically what I have is room holds a building ID, and building holds all the room IDs.
I want to display bar chart where i display buildings on X with count of rooms as bars.
I get it displayed alright, but the building name is just an ID, and I can’t go down the Bulding attributes selection to say which attribute I want for display value.
Maybe it is just me ![]()
Hey - thanks for the feedback, this was a simple add to improve the usability of the bar charts. The improvement has been merged here and will be available in the next release: https://github.com/directus/directus/pull/26489
– James_WhiteBuilding from that, why only do this for x-axis of bar chart? What about y-axis, pie charts, etc...
– pmorin