|
@@ -1,7 +1,7 @@
|
|
/*
|
|
/*
|
|
* @Author: your name
|
|
* @Author: your name
|
|
* @Date: 2025-05-15 15:22:19
|
|
* @Date: 2025-05-15 15:22:19
|
|
- * @LastEditTime: 2025-06-23 10:08:03
|
|
|
|
|
|
+ * @LastEditTime: 2025-07-04 17:03:47
|
|
* @LastEditors: bogon
|
|
* @LastEditors: bogon
|
|
* @Description: In User Settings Edit
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /downLoadServer/src/server/utils/chartsCom/PlotlyCharts.js
|
|
* @FilePath: /downLoadServer/src/server/utils/chartsCom/PlotlyCharts.js
|
|
@@ -72,7 +72,7 @@ export const generatePlotlyCharts = async (
|
|
|
|
|
|
const layout = {
|
|
const layout = {
|
|
title: {
|
|
title: {
|
|
- text: `有功功率曲线分析${chartData.engineTypeName}机型`,
|
|
|
|
|
|
+ text: `风速功率曲线分析${chartData.engineTypeName}机型`,
|
|
font: { size: 16, weight: "bold" },
|
|
font: { size: 16, weight: "bold" },
|
|
},
|
|
},
|
|
xaxis: { title: { text: "风速(m / s)" || "X轴" }, gridcolor: "#fff" },
|
|
xaxis: { title: { text: "风速(m / s)" || "X轴" }, gridcolor: "#fff" },
|