diff --git a/client/src/components/dotplot/column.js b/client/src/components/dotplot/column.js index 9d71b664..4a41bfd8 100644 --- a/client/src/components/dotplot/column.js +++ b/client/src/components/dotplot/column.js @@ -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) => {