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
57b529b1
Commit
57b529b1
authored
Apr 07, 2014
by
WebTogz
Browse files
Added a modification for the captioning, in the function 'update_precision'
parent
0c846d17
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/model.js
View file @
57b529b1
...
...
@@ -288,6 +288,8 @@ Model.prototype = {
self
.
germline
.
vgene
=
{};
self
.
germline
.
jgene
=
{};
//Caler fonction de comparaison
// COLOR V
key
=
Object
.
keys
(
self
.
germline
.
v
);
var
n
=
0
,
...
...
@@ -752,7 +754,7 @@ Model.prototype = {
this
.
precision
=
1
while
(
min_size
<
1
)
{
min_size
=
min_size
*
10
this
.
precision
=
this
.
precision
*
10
this
.
precision
=
this
.
precision
*
6.5
}
this
.
scale_color
=
d3
.
scale
.
log
()
...
...
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