Merge pull request #2313 from ColorlibHQ/fix-chartjs-resize-bug

fixed resizing bugs with chartjs in index.html
pull/2316/head
Raphael Jackstadt 2019-10-07 09:36:48 +02:00 committed by GitHub
commit 6f2a4f7a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1217,7 +1217,7 @@
</div>
</div>
<div class="card-body">
<canvas class="chart" id="line-chart" style="height: 250px;"></canvas>
<canvas class="chart" id="line-chart" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
</div>
<!-- /.card-body -->
<div class="card-footer bg-transparent">