Remove unneccesary line
This commit is contained in:
parent
4aab78b45c
commit
c97d1d457e
|
@ -47,7 +47,6 @@ export function makePlot(record: {
|
||||||
|
|
||||||
export const DistributionChart: React.FC<DistributionChartProps> = (props) => {
|
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) => {
|
const [sized] = useSize((size) => {
|
||||||
let shapes = flattenResult(
|
let shapes = flattenResult(
|
||||||
plot.distributions.map((x) =>
|
plot.distributions.map((x) =>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user