Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
UniProt
Front End
QuickGoFE
Commits
1183b853
Commit
1183b853
authored
Aug 27, 2020
by
Mahdi Mahmoudy
Browse files
minor fix
parent
338f5c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/directives/chart.js
app/directives/chart.js
+3
-3
No files found.
app/directives/chart.js
View file @
1183b853
...
...
@@ -55,9 +55,9 @@ angular
scope
.
fontSize
=
scope
.
originalChartSizeValues
.
font
;
}
scope
.
termBoxWidth
*
=
size
;
scope
.
termBoxHeight
*
=
size
;
scope
.
fontSize
*
=
size
;
scope
.
termBoxWidth
=
scope
.
originalChartSizeValues
.
width
*
size
;
scope
.
termBoxHeight
=
scope
.
originalChartSizeValues
.
height
*
size
;
scope
.
fontSize
=
scope
.
originalChartSizeValues
.
font
*
size
;
}
this
.
drawChart
(
scope
);
...
...
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