Hi guys!
I have few APIs and each of them have multiple endpoints (like function/method name). I created a vertical bar chart, split chart (row) using API name, and X-Axis associated with the endpoints.The Y-Axis is simple hit count.
How can I have each split chart showing only their respective endpoints in the X-Axis? Currently it is one X-Axis with all the endpoints, and as a result the X-Axis is very long and each chart has a lot of empty fields.
One workaround I have is to create a bar chart visualization for each API respectively, but this will eventually requires lots of effort to maintain them when more APIs are developed. Please advise if there's better way to achieve this.
Thanks!