优化
This commit is contained in:
@ -60,7 +60,7 @@
|
||||
<span class="card-title"></span>
|
||||
<date-time-select :data-unit="this.form.dataUnit" @initDate="((e)=>form.dataRange=e||[])" @updateDate="updateDate"/>
|
||||
</div>
|
||||
<div style="height: 310px" id="searchChart"></div>
|
||||
<div style="height: 350px" id="searchChart"></div>
|
||||
</el-card>
|
||||
</div>
|
||||
</template>
|
||||
@ -193,8 +193,8 @@ export default {
|
||||
console.log('图表数据',dataset)
|
||||
this.chart.setOption({
|
||||
legend: {
|
||||
left: 'center',
|
||||
top: '10',
|
||||
// left: 'center',
|
||||
// top: '10',
|
||||
},
|
||||
grid: {
|
||||
containLabel: true
|
||||
|
||||
Reference in New Issue
Block a user