Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
morpheus.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daria Zenkova
morpheus.js
Commits
a7203c5c
Commit
a7203c5c
authored
Apr 07, 2016
by
joshua-gould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set default to highlight color
parent
8f5001b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
js/morpheus-latest.min.js
js/morpheus-latest.min.js
+1
-1
src/ui/heat_map.js
src/ui/heat_map.js
+1
-1
No files found.
js/morpheus-latest.min.js
View file @
a7203c5c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/ui/heat_map.js
View file @
a7203c5c
...
...
@@ -1453,7 +1453,7 @@ morpheus.HeatMap.prototype = {
if
(
add
)
{
if
(
isColumns
&&
display
==
null
)
{
display
=
name
===
'
pert_iname
'
||
name
===
'
id
'
||
isFirst
?
'
text
'
:
'
color
'
;
||
isFirst
?
'
text
'
:
'
color
,highlight
'
;
}
isFirst
=
false
;
var
track
=
isColumns
?
_this
.
addColumnTrack
(
name
,
display
)
...
...
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