Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c6ebfeae
Commit
c6ebfeae
authored
Dec 13, 2016
by
Mathieu Giraud
Browse files
js/scatterPlot.js: new axis 'tag'
parent
35e51d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/scatterPlot.js
View file @
c6ebfeae
...
...
@@ -152,6 +152,11 @@ function ScatterPlot(id, model, database) {
fct
:
function
(
cloneID
)
{
return
self
.
m
.
clone
(
cloneID
).
getProductivityName
()},
output
:
"
string-sorted
"
},
"
tag
"
:
{
label
:
"
tag
"
,
fct
:
function
(
cloneID
)
{
return
self
.
m
.
clone
(
cloneID
).
getTagName
()},
output
:
"
string-sorted
"
},
"
coverage
"
:
{
label
:
"
clone consensus coverage
"
,
fct
:
function
(
cloneID
){
return
self
.
m
.
clone
(
cloneID
).
coverage
},
...
...
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