图表样式

This commit is contained in:
老叶
2022-12-14 17:13:07 +08:00
committed by lccsw
parent 8aa8bae804
commit 6cd55a0e21
+5 -2
View File
@@ -63,7 +63,8 @@
<div class="pb20 fn-clear">
<b class="fn-fl font-40 text-italic" v-html="lineChart.title"></b>
</div>
<div id="beginChart" class="height-710"></div>
<div style="overflow-x:auto;"><div id="beginChart" class="height-710" style="width:200%;"></div></div>
<div class="mt15 text-center font-22 color-999">向右拖动图表查看更多</div>
</div>
</div>
@@ -95,7 +96,8 @@
<div class="pb20 fn-clear">
<b class="fn-fl font-40 text-italic" v-html="lineChart.title"></b>
</div>
<div id="liveChart" class="height-710"></div>
<div style="overflow-x:auto;"><div id="liveChart" class="height-710" style="width:200%;"></div></div>
<div class="mt15 text-center font-22 color-999">向右拖动图表查看更多</div>
</div>
</div>
@@ -420,6 +422,7 @@
trigger: 'axis'
},
legend: {
x:'left',
top: 'bottom',
data: that.lineChart.legendData,
},