摘要:
<!--散点图--><template> <div class="chartBox"> <!--echart图标--> <div id="scatterDiagram" ref="scatterDiagram"></div> </div></template><script>// 引入基本模板imp 阅读全文
posted @ 2023-02-13 20:08
士广
阅读(27)
评论(0)
推荐(0)
摘要:
<!--饼状图--><template> <div class="chartBox"> <!--echart图标--> <div id="pieChart" ref="pieChart"></div> </div></template><script>// 引入基本模板// const echart 阅读全文
posted @ 2023-02-13 20:07
士广
阅读(41)
评论(0)
推荐(0)
摘要:
<!--折线图--><template> <div class="chartBox"> <!--echart图标--> <div id="lineChart" ref="lineChart"></div> </div></template><script>// 引入基本模板// const echa 阅读全文
posted @ 2023-02-13 20:07
士广
阅读(38)
评论(0)
推荐(0)
摘要:
<!--分组柱状图--><template> <div class="chartBox"> <!--echart图标--> <div id="histogram" ref="histogram"></div> </div></template><script>// 引入基本模板// const ec 阅读全文
posted @ 2023-02-13 20:07
士广
阅读(70)
评论(0)
推荐(0)
摘要:
<!--横向柱状图图--><template> <div class="chartBox"> <!--echart图标--> <div id="crosswiseBarChart" ref="crosswiseBarChart"></div> </div></template><script>// 阅读全文
posted @ 2023-02-13 20:07
士广
阅读(58)
评论(0)
推荐(0)
摘要:
<!--柱状图--><template> <div class="chartBox"> <!--echart图标--> <div id="barChart" ref="barChart"></div> </div></template><script>// 引入基本模板// const echart 阅读全文
posted @ 2023-02-13 20:05
士广
阅读(49)
评论(0)
推荐(0)
摘要:
<!--折柱混合图--><template> <div class="chartBox"> <!--echart图标--> <div id="lineBarChart" ref="lineBarChart" ></div> </div></template><script>// 引入基本模板// c 阅读全文
posted @ 2023-02-13 20:04
士广
阅读(64)
评论(0)
推荐(0)