Skip to content

Commit 81a4abd

Browse files
committed
Decreased spectrums charts plot transparent
1 parent 8cb92b2 commit 81a4abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graph_spectrum_plot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,8 @@ GraphSpectrumPlot._drawGradientBackground = function (
12101210
);
12111211

12121212
if (this._isFullScreen) {
1213-
backgroundGradient.addColorStop(1, "rgba(0,0,0,0.9)");
1214-
backgroundGradient.addColorStop(0, "rgba(0,0,0,0.7)");
1213+
backgroundGradient.addColorStop(1, "rgba(0,0,0,1)");
1214+
backgroundGradient.addColorStop(0, "rgba(0,0,0,0.9)");
12151215
} else {
12161216
backgroundGradient.addColorStop(1, "rgba(255,255,255,0.25)");
12171217
backgroundGradient.addColorStop(0, "rgba(255,255,255,0)");

0 commit comments

Comments
 (0)