General question here; but can you blend two visualisation styles in the one panel? for example, have a panel looking at webserver req/s visualised as a bar chart with stacked bars showing by colour the response times from histogram buckets (<1s=good, >1s<2s=bad, >2s=severe), in diff colours, but also have a time series line overlayed?
Trying show response time bar graphs, with an overlay of another query showing the p95 of request latency in ms. Currently have this working with p95 on the right side and overlayed in blue, but it also shown in bars, as in the image below.
Ideally, i’d like the p95 query to overlay more like a time series line, ie. not having blue vertical lines. Maybe its a simple option or overide but can’t seem to work it out. Just wondering what might be possible? At least removing vertical bar lines for the blue p95. Below is current: