This commit is contained in:
lb 2024-01-11 16:50:55 +08:00
parent b16ee86def
commit 909bd92ee6
2 changed files with 6 additions and 3 deletions

View File

@ -39,7 +39,10 @@ function GasI(props) {
<div className={cls.chart}> <div className={cls.chart}>
{showChart && ( {showChart && (
<ReactECharts option={options} style={{ height: "100%" }} /> <ReactECharts
option={options}
style={{ height: "100%" }}
/>
)} )}
{!showChart && ( {!showChart && (
<div className={cls.gridList}> <div className={cls.gridList}>

View File

@ -17,7 +17,7 @@ function GasChart(props) {
return ( return (
<div className={cls.gasChart}> <div className={cls.gasChart}>
<ReactECharts <ReactECharts
key={Math.random()} key={dataSource}
option={getOptions( option={getOptions(
seriesData, seriesData,
dataSource == "gas-i" ? "天然气I" : "天然气II" dataSource == "gas-i" ? "天然气I" : "天然气II"