We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a952b1 commit 4c39b0aCopy full SHA for 4c39b0a
src/components/DistributionReport.tsx
@@ -227,7 +227,7 @@ export const DistributionReport = (
227
)}
228
rangeMax={2}
229
rangeMin={0}
230
- colors="RdGn"
+ colors="LtRd"
231
/>
232
</div>
233
src/components/graphs/HeatMap.tsx
@@ -7,7 +7,7 @@ interface HeatMapChartProps {
7
columns: string[];
8
rangeMin: number;
9
rangeMax: number;
10
- colors: 'RdYlBu' | 'RdGn';
+ colors: 'RdYlBu' | 'LtRd';
11
}
12
13
// Define margins for the chart
0 commit comments