Format code

This commit is contained in:
Sam Nolan 2022-08-11 12:31:44 +01:00
parent ffb9e85d75
commit 4aab78b45c

View File

@ -46,14 +46,7 @@ export function makePlot(record: {
}
export const DistributionChart: React.FC<DistributionChartProps> = (props) => {
const {
plot,
height,
showSummary,
width,
logX,
actions = false,
} = props;
const { plot, height, showSummary, width, logX, actions = false } = props;
const shape = distribution.pointSet();
const [sized] = useSize((size) => {
let shapes = flattenResult(