Stacked Graph Issue

I have a stacked graph via an influx datasource. Notice the green item has a higher value than other items in the graph yet it’s displayed below the other graph lines. Is there a way to have the largest values on top? Tried all the various configuration options within the visualization options with no luck

My query is

SELECT sum(“ds”) FROM “Protocols” WHERE (“category” = ‘BulkTransfer’ OR “category” = ‘Email’ OR “category” = ‘Gaming’) AND $timeFilter GROUP BY time(10m), “category” fill(0)

Any help would be appreciated.