Commit a7203c5c authored by joshua-gould's avatar joshua-gould

set default to highlight color

parent 8f5001b2
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment