实时趋势折线图闪动问题修改
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
})?.name
|
||||
}}
|
||||
</p> -->
|
||||
<MyEchart :ref="setChildRef(index)" :options="item.echartsData"></MyEchart>
|
||||
<MyEchart :ref="setChildRef(index)" :options="item.echartsData" :isInterVal="true"></MyEchart>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -389,6 +389,7 @@ const init = () => {
|
||||
item.echartsData.options.series.push({
|
||||
name: zz.phase,
|
||||
type: 'line',
|
||||
increment: true,
|
||||
barMaxWidth: 24, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
|
||||
itemStyle: {
|
||||
// normal: {
|
||||
|
||||
Reference in New Issue
Block a user