flip scale

This commit is contained in:
Colin Megill
2021-07-30 10:59:42 -07:00
parent c2b12abe2b
commit 60d89b9478
+1 -1
View File
@@ -167,7 +167,7 @@ class Column extends React.Component {
const columnColorScale = d3
.scaleLinear()
.domain(d3.extent(Object.values(meanGeneExpressions)))
.range([0, 1]);
.range([1, 0]);
return categorySummary.categoryValues.map(
(val, _categoryValueIndex) => {