|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2024-09-11 14:32:12
|
|
|
- * @LastEditTime: 2025-07-15 14:16:27
|
|
|
+ * @LastEditTime: 2025-07-15 16:46:15
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/performance/components/chartsCom/powerMarkers2DCharts.vue
|
|
@@ -460,7 +460,7 @@ export default {
|
|
|
this.selectedPoints.push({
|
|
|
x: gd.data[0].x[i],
|
|
|
y: gd.data[0].y[i],
|
|
|
- time: gd.data[0].text[i],
|
|
|
+ time: gd.data[0].timedata[i],
|
|
|
});
|
|
|
|
|
|
newColors[i] = "red"; // 高亮选择的点
|