lb 8 miesięcy temu
rodzic
commit
909bd92ee6
2 zmienionych plików z 6 dodań i 3 usunięć
  1. +4
    -1
      src/components/Common/GasFlow/index.jsx
  2. +2
    -2
      src/components/Common/NatGasFlow/gasChart/index.jsx

+ 4
- 1
src/components/Common/GasFlow/index.jsx Wyświetl plik

@@ -39,7 +39,10 @@ function GasI(props) {

<div className={cls.chart}>
{showChart && (
<ReactECharts option={options} style={{ height: "100%" }} />
<ReactECharts
option={options}
style={{ height: "100%" }}
/>
)}
{!showChart && (
<div className={cls.gridList}>


+ 2
- 2
src/components/Common/NatGasFlow/gasChart/index.jsx Wyświetl plik

@@ -13,11 +13,11 @@ function GasChart(props) {
.sort()
.map((key, index) => hisState?.[dataName][key])
: Array(dataSource == "gas-i" ? 8 : 4).fill(Array(7).fill(0));
return (
<div className={cls.gasChart}>
<ReactECharts
key={Math.random()}
key={dataSource}
option={getOptions(
seriesData,
dataSource == "gas-i" ? "天然气I" : "天然气II"


Ładowanie…
Anuluj
Zapisz