Blending visualization styles in panel with time series overlay

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:

Yeah, that should be possible. If you go to the visualizatio settings, you can add overrides at the bottom of the list. Overrides can target fields based on rules, such as their name (i.e. p95). You can then override properties for this field, such as the Graph Style (lines, bars, points) and any graph style settings (bar width, opacity, etc.)

Here’s a forum post with a solution asking the same: https://community.grafana.com/t/how-to-merge-bar-graph-and-line-graph-into-the-same-panel/59377

Thanks for that! hmm yeh strange, i don’t seem to have the “Graph Styles > Style” option as an overide… Only showing “Graph Styles > Transform”… Pretty sure its close to latest grafana. on prem tho. Will havta check with the grafana admins here i guess…