mirror of https://github.com/openspug/spug
U 报警趋势图修改为平滑折线
parent
635550d716
commit
bfc298bf22
|
@ -35,7 +35,7 @@ export default class AlarmTrend extends React.Component {
|
||||||
type: "y"
|
type: "y"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Geom type="line" position="date*value" size={2}/>
|
<Geom type="line" position="date*value" size={2} shape={"smooth"}/>
|
||||||
<Geom
|
<Geom
|
||||||
type="point"
|
type="point"
|
||||||
position="date*value"
|
position="date*value"
|
||||||
|
|
Loading…
Reference in New Issue