Fixes height

This commit is contained in:
Roman Galochkin 2020-02-27 15:12:19 +03:00
parent 2f57f61cbf
commit 0931914ae4

View File

@ -78,7 +78,7 @@ module DemoDist = {
let continuous: DistTypes.xyShape = {xs, ys};
<Antd.Card title={"Distribution" |> E.ste}>
<div className=Styles.spacer />
<DistributionPlot height=400 continuous />
<DistributionPlot height=200 continuous />
</Antd.Card>;
};
};