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