Skip to content

Commit 2c4c1ab

Browse files
author
Daniel Herzog
committed
DFL-3449: Loading graphs are reversed in the network logger when using opera next
1 parent 9da1804 commit 2c4c1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/network_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ templates.network_graph_sections = function(entry, width, duration, do_tooltip)
371371
"linear-gradient(0deg," +
372372
"transparent 0%," +
373373
"rgba(255, 255, 255, 0.25) 100%), " +
374-
"linear-gradient(-90deg," +
374+
"linear-gradient(90deg," +
375375
templates.network_graph_sections_style(entry, width, duration) +
376376
");"
377377
];

0 commit comments

Comments
 (0)