Skip to content

Commit

Permalink
Merge pull request #196 from cmu-delphi/legend
Browse files Browse the repository at this point in the history
Legend position changed.
  • Loading branch information
rhansolo authored Jul 6, 2020
2 parents d20780a + 764c717 commit 62018aa
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 268 deletions.
2 changes: 1 addition & 1 deletion src/Graph/Graph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@

<style>
.graph {
max-height: 390px;
max-height: 370px;
max-width: 400px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/Graph/GraphContainer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.graph-container {
position: absolute;
z-index: 1001;
bottom: 12px;
bottom: 124px;
right: 10px;
background-color: rgba(255, 255, 255, 0.9);
padding: 5px 5px;
Expand Down Expand Up @@ -55,7 +55,7 @@
position: absolute;
float: right;
z-index: 1001;
bottom: 12px;
bottom: 124px;
right: 10px;
background-color: rgba(255, 255, 255, 0.9);
padding: 5px 5px;
Expand Down
Loading

0 comments on commit 62018aa

Please sign in to comment.