hi,
my name is luis,
2 graphics want to implement one by side horizontally, but to minimize the screen simulating a mobile device, the right chart overlaps the chart on the left
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="chartContainer-1" style="height: 400px; width: 100%;"></div>
</div>
<div class="col-md-6">
<div class="chartContainer-2" style="height: 400px; width: 100%;"></div>
</div>
</div>
</div>
want to implement 2 graphics horizontally, but to minimize the screen simulating a mobile device, the right chart overlaps the chart on the left
i can not take control of the graphics right through bootstrap classes
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="chartContainer-1"></div>
</div>
<div class="col-md-6">
<div class="chartContainer-2"></div>
</div>
</div>
</div>
any ideas??
Greetings from Chile
-
This topic was modified 9 years ago by scanner.