这个提交包含在:
lb 2024-01-11 16:50:55 +08:00
父节点 b16ee86def
当前提交 909bd92ee6
共有 2 个文件被更改,包括 6 次插入3 次删除

查看文件

@ -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}>

查看文件

@ -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"