Move legend to lower right cornner
This commit is contained in:
parent
be87f27612
commit
f200b6e161
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ const GraphViewer = () => {
|
|||
)}
|
||||
|
||||
{showLegend && (
|
||||
<div className="absolute bottom-10 left-15">
|
||||
<div className="absolute bottom-10 right-2">
|
||||
<Legend className="bg-background/60 backdrop-blur-lg" />
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue