|
@@ -1,6 +1,20 @@
|
|
|
<template>
|
|
|
+ <!-- <div style="height: 600px">
|
|
|
+ <div
|
|
|
+ :id="`plotly-3d-chart-` + index"
|
|
|
+ style="width: 100%; height: 600px"
|
|
|
+ ></div>
|
|
|
+ <div v-loading="loading" :id="`plotly-3d-chart-` + index" ref="plotlyChart" style="height: 600px">
|
|
|
+ <el-empty v-if="isError" description="请求失败"></el-empty>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
<div>
|
|
|
- <div v-loading="loading" ref="plotlyChart" style="height: 600px">
|
|
|
+ <div
|
|
|
+ v-loading="loading"
|
|
|
+ :id="`plotly-3d-chart-` + index"
|
|
|
+ ref="plotlyChart"
|
|
|
+ style="height: 600px"
|
|
|
+ >
|
|
|
<el-empty v-if="isError" description="请求失败"></el-empty>
|
|
|
</div>
|
|
|
</div>
|