|
@@ -1,14 +1,19 @@
|
|
<!--
|
|
<!--
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2025-01-22 18:50:27
|
|
* @Date: 2025-01-22 18:50:27
|
|
- * @LastEditTime: 2025-01-23 09:12:18
|
|
|
|
|
|
+ * @LastEditTime: 2025-01-23 09:32:49
|
|
* @LastEditors: bogon
|
|
* @LastEditors: bogon
|
|
* @Description: In User Settings Edit
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /performance-test/src/views/performance/components/chartsCom/Time3DChart.vue
|
|
* @FilePath: /performance-test/src/views/performance/components/chartsCom/Time3DChart.vue
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<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>
|
|
<el-empty v-if="isError" description="请求失败"></el-empty>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|