Commit c95f4008 authored by 陈龙's avatar 陈龙

feat: 默认加载不显示熊猫图表

parent 715fea32
...@@ -279,7 +279,7 @@ const GridChart = memo((props) => { ...@@ -279,7 +279,7 @@ const GridChart = memo((props) => {
<div className={`${prefixCls}-grid-item-wrap`}> <div className={`${prefixCls}-grid-item-wrap`}>
<ChartTitle prefixCls={prefixCls} title={sensorName} unit={unit}/> <ChartTitle prefixCls={prefixCls} title={sensorName} unit={unit}/>
{isEmpty ? ( {isEmpty ? (
<PandaEmpty/> isInit ? '' : <PandaEmpty/>
) : ( ) : (
<BasicChart <BasicChart
style={{width: '100%', height: '100%'}} style={{width: '100%', height: '100%'}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment