import React from 'react';
import {
Count,
FunnelArc,
FunnelAxis,
FunnelAxisLabel,
FunnelAxisLine,
FunnelChart,
FunnelSeries,
TooltipArea
} from 'reaviz';
import { motion } from 'motion/react';
import { largeFunnelData, simpleFunnelData } from 'reaviz-data-utils';
export default {
tags: ['snapshot'],
title: 'Blocks/Funnel Chart/Light/Large',
component: FunnelChart
};
export const LargeDataset = () => {
return (
Incident Report
}
glow={{ blur: 30, color: '#B7000690' }}
/>
}
axis={
}
/>
}
/>
}
/>
Critical Incidents
Compared to 293 last week
Total Incidents
Compared to 1.06k last week
);
};
export const Simple = () => {
return (
Incident Report
}
axis={
}
line={
}
/>
}
/>
}
/>
Critical Incidents
Compared to 293 last week
Total Incidents
Compared to 1.06k last week
);
};
export const Layered = () => {
return (
Incident Report
}
axis={
}
line={
}
/>
}
/>
}
/>
Critical Incidents
Compared to 293 last week
Total Incidents
Compared to 1.06k last week
);
};
export const Interpolation = () => {
return (
Incident Report
}
glow={{ blur: 30, color: '#40D3F475' }}
/>
}
axis={
}
line={
}
/>
}
/>
}
/>
Critical Incidents
Compared to 293 last week
Total Incidents
Compared to 1.06k last week
);
};