|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div v-loading="loading"> |
|
|
|
<div v-if="this.chartData.length" :id="idName" ref="yanyaRef" :style="{ height: height, width: width }" /> |
|
|
|
<div v-if="chartData.length" :id="idName" ref="yanyaRef" :style="{ height: height, width: width }" /> |
|
|
|
<div |
|
|
|
v-else |
|
|
|
style="height: 100%;background: #fff;display: flex;align-items: center;justify-content: center" |
|
|
|