Skip to content

Commit 62018aa

Browse files
authored
Merge pull request #196 from cmu-delphi/legend
Legend position changed.
2 parents d20780a + 764c717 commit 62018aa

File tree

6 files changed

+299
-268
lines changed

6 files changed

+299
-268
lines changed

src/Graph/Graph.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357

358358
<style>
359359
.graph {
360-
max-height: 390px;
360+
max-height: 370px;
361361
max-width: 400px;
362362
}
363363

src/Graph/GraphContainer.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.graph-container {
1010
position: absolute;
1111
z-index: 1001;
12-
bottom: 12px;
12+
bottom: 124px;
1313
right: 10px;
1414
background-color: rgba(255, 255, 255, 0.9);
1515
padding: 5px 5px;
@@ -55,7 +55,7 @@
5555
position: absolute;
5656
float: right;
5757
z-index: 1001;
58-
bottom: 12px;
58+
bottom: 124px;
5959
right: 10px;
6060
background-color: rgba(255, 255, 255, 0.9);
6161
padding: 5px 5px;

0 commit comments

Comments
 (0)