Fix comment
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user