Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Enhort
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Michael Menzel
Enhort
Commits
ce8261b9
Commit
ce8261b9
authored
Oct 24, 2018
by
Michael Menzel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
batch heatmap font sizes
parent
c16a2d77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
frontend/src/main/resources/templates/batch.html
frontend/src/main/resources/templates/batch.html
+4
-1
No files found.
frontend/src/main/resources/templates/batch.html
View file @
ce8261b9
...
...
@@ -351,6 +351,9 @@
yaxis
:
{
ticks
:
''
,
ticksuffix
:
'
'
},
font
:
{
size
:
14
}
};
...
...
@@ -365,7 +368,7 @@
text
:
zValues
[
i
][
j
]
+
"
"
+
pValues
[
j
][
i
],
// inverted i and j because pValues is not transposed
font
:
{
family
:
'
Arial
'
,
size
:
1
2
,
size
:
1
4
,
color
:
textColor
},
showarrow
:
false
...
...
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