fix: 图表options->option
This commit is contained in:
parent
3e29f9433f
commit
e837900cfe
|
@ -2,7 +2,7 @@
|
|||
<common-monitor-chart>
|
||||
<template>
|
||||
<div id="response-time-chart" :style="{ width:'100%',height:'100%' }">
|
||||
<chart :options="getOptions()" :style="{ width:'100%' }" v-on:click="click"></chart>
|
||||
<chart :option="getOptions()" :style="{ width:'100%' }" v-on:click="click"></chart>
|
||||
</div>
|
||||
</template>
|
||||
</common-monitor-chart>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<common-monitor-chart>
|
||||
<template>
|
||||
<div id="response-time-chart" :style="{ width:'100%',height:'100%' }">
|
||||
<chart :options="getOptions()" :style="{ width:'100%' }"></chart>
|
||||
<chart :option="getOptions()" :style="{ width:'100%' }"></chart>
|
||||
</div>
|
||||
</template>
|
||||
</common-monitor-chart>
|
||||
|
|
Loading…
Reference in New Issue