Grafana graph normalize to only one query source

So, I’m pulling bitcoin price data into a mySQL database. And while displaying this in graphana, I also have two curves projected for lowest and highest value during year long cycles. These two projections currently span from 6k and 83k, while the price currently sits in the middle around 48k. If I show 10 years of data I can easily see how the price have changed over the years. But if I display 7 last days of data the value seems flat because the graph is normalized to include my 2 projections. If I disable the view of the two projections, the graph is normalized so that the bitcoin price is stretched so it goes from top to bottom.

Is there a way to exclude my two projections from the normalization without disabling them in edit?