Commit a8304992 authored by yaqizhang's avatar yaqizhang

统计图宽度

parent 32038f3c
......@@ -2,10 +2,10 @@
<div class="pie" style="width:100%;height: 700px;">
<div id="pie1" style="float:left;width:40%;height: 500px;">
<!-- 为 ECharts 准备一个具备大小(宽高)的 DOM -->
<div id="main1" style="width:100%;height:500px;"></div>
<div id="main1" style="width:500px;height:500px;"></div>
</div>
<div id="pie2" style="float:right;width:50%;height: 500px;">
<div id="main2" style="width:100%;height:500px;"></div>
<div id="main2" style="width:600px;height:500px;"></div>
</div>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment