Commit 22a99826 authored by v-liguo's avatar v-liguo
Browse files

delete notes

parent 3b942f2c
......@@ -167,29 +167,16 @@ class DefaultPoint extends React.Component<DefaultPointProps, DefaultPointState>
scale: true
},
series: [
{
symbolSize: 6,
type: 'scatter',
data: resultList
},
{
type: 'line',
lineStyle: { color: '#FF6600' },
data: realDefault
}
]
// series: [
// {
// type: 'line',
// lineStyle: { color: '#FF6600' },
// data: realDefault
// },
// {
// symbolSize: 6,
// type: 'scatter',
// data: resultList
// }
// ]
},
{
symbolSize: 6,
type: 'scatter',
data: resultList
}]
};
}
......
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