图表样式
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user