Skip to content

Commit

Permalink
layout graph
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed May 1, 2023
1 parent 6e79800 commit 4940c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{!! trans("panel.repartition") !!}
</div>
<div class="card-body">
<div style="width: 1000px; height: 400px;">
<div style="width: 1075px; height: 400px;">
<canvas id="bar_chart_div"></canvas>
</div>
</div>
Expand All @@ -53,7 +53,7 @@
{!! trans("panel.treemap") !!}
</div>
<div class="card-body">
<div style="width: 1000px; height: 500px;">
<div style="width: 1050px; height: 500px;">
<canvas id="treemap_chart_div"></canvas>
</div>
</div>
Expand Down

0 comments on commit 4940c82

Please sign in to comment.