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.
2 parents 6bba811 + 59d75bc commit 3ffee8aCopy full SHA for 3ffee8a
src/components/graphs/DistributionBarChart.tsx
@@ -34,7 +34,7 @@ const DistributionBarChart = ({
34
let processedRealData;
35
let processedSyntheticData;
36
37
- if (dataType === 'float') {
+ if (dataType === 'numerical') {
38
// Process numerical data using bins
39
const combinedData = [...realData, ...syntheticData] as number[];
40
const extent = d3.extent(combinedData) as [number, number];
0 commit comments