U 报警趋势图修改为平滑折线

pull/137/head
vapao 2020-06-14 18:43:39 +08:00
parent 635550d716
commit bfc298bf22
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default class AlarmTrend extends React.Component {
type: "y"
}}
/>
<Geom type="line" position="date*value" size={2}/>
<Geom type="line" position="date*value" size={2} shape={"smooth"}/>
<Geom
type="point"
position="date*value"