diff --git a/packages/demo/examples/01-xy-chart/StatsSeriesExample.jsx b/packages/demo/examples/01-xy-chart/StatsSeriesExample.jsx index 123004c6..d1814dd3 100644 --- a/packages/demo/examples/01-xy-chart/StatsSeriesExample.jsx +++ b/packages/demo/examples/01-xy-chart/StatsSeriesExample.jsx @@ -93,7 +93,6 @@ export function SimpleBoxPlotSeriesExample() { d.outliers || []; export default function BoxPlotSeries({ data, - label, fill, stroke, strokeWidth, @@ -78,7 +76,7 @@ export default function BoxPlotSeries({ (((1 - widthRatio) / 2) * actualyWidth), }); return ( - + {data.map((d, i) => ( isDefined(min(d)) && ( d.y; export default function ViolinPlotSeries({ data, - label, fill, stroke, strokeWidth, @@ -64,7 +62,7 @@ export default function ViolinPlotSeries({ (((1 - widthRatio) / 2) * actualyWidth), }); return ( - + {data.map((d, i) => (