Fix comment

This commit is contained in:
Michael
2025-07-28 18:34:29 +09:00
parent aec9353ab2
commit bbaf26af86
4 changed files with 6 additions and 14 deletions

View File

@ -745,7 +745,6 @@ export default {
if (this.$refs.gridParent != undefined) {
// gridHeight = gridHeight*0.9
gridHeight = this.$refs.gridParent.offsetHeight - 35;
// console.log("gridHeight : ", gridHeight);
}
const myOptions = {
// scrollX: false,
@ -959,7 +958,6 @@ export default {
title: "Energy Usage",
isDarkMode: this.isDarkMode,
});
console.log("charto:", chartOption);
chartOption["series"][0]["data"][0].value =
res[0]["effcRt"] != null ? res[0]["effcRt"] : 0;
this.$store.state.pageData[myPrgmId][this.chart_01] = chartOption;
@ -1166,7 +1164,6 @@ export default {
// series: seriesData,
// };
console.log("chart 5 data:", seriesData);
await this.$nextTick(() => {});
this.setChartOption({
chartKey: "compareEqpmTGdChart",
@ -1649,7 +1646,6 @@ export default {
}[state];
},
chartClickEvent(argData, $event) {
// console.log('chartClickEvent', argData);
let pageMapper = {
dashBoard_enrgUsageGauge: {
pageName: "ems-effc-EnrgUseTotSummPage",