Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
22a99826
Commit
22a99826
authored
Aug 05, 2019
by
v-liguo
Browse files
delete notes
parent
3b942f2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
+6
-19
src/webui/src/components/trial-detail/DefaultMetricPoint.tsx
src/webui/src/components/trial-detail/DefaultMetricPoint.tsx
+6
-19
No files found.
src/webui/src/components/trial-detail/DefaultMetricPoint.tsx
View file @
22a99826
...
...
@@ -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
}]
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment