diff --git a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/index.tsx b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/index.tsx index 695347909..9e7a14f67 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/index.tsx +++ b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/index.tsx @@ -123,7 +123,6 @@ export default class Sample extends React.Component { unitsTextMarginRight="5" valueTextMarginLeft="10" labelTextMarginLeft="1" - groupingMode="Grouped" layoutMode="Vertical" badgeShape="Hidden" includedColumns={["X", "Y", "Radius"]} diff --git a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/index.tsx b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/index.tsx index 7a55cb1b7..d2143f977 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/index.tsx +++ b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/index.tsx @@ -145,7 +145,6 @@ export default class Sample extends React.Component { unitsTextMarginRight="5" valueTextMarginLeft="10" labelTextMarginLeft="1" - groupingMode="Grouped" layoutMode="Vertical"> diff --git a/samples/charts/data-chart/scatter-bubble-chart-single-source/src/index.tsx b/samples/charts/data-chart/scatter-bubble-chart-single-source/src/index.tsx index ae090a08c..f4b48b203 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-single-source/src/index.tsx +++ b/samples/charts/data-chart/scatter-bubble-chart-single-source/src/index.tsx @@ -102,7 +102,6 @@ export default class Sample extends React.Component { unitsTextMarginRight="5" valueTextMarginLeft="10" labelTextMarginLeft="1" - groupingMode="Grouped" layoutMode="Vertical" badgeShape="Hidden" headerRowVisible="false"> diff --git a/samples/charts/data-chart/scatter-bubble-chart-styling/src/index.tsx b/samples/charts/data-chart/scatter-bubble-chart-styling/src/index.tsx index bea2f55f5..9d80e596e 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-styling/src/index.tsx +++ b/samples/charts/data-chart/scatter-bubble-chart-styling/src/index.tsx @@ -107,7 +107,6 @@ export default class Sample extends React.Component { unitsTextMarginRight="5" valueTextMarginLeft="10" labelTextMarginLeft="1" - groupingMode="Grouped" layoutMode="Vertical" badgeShape="Hidden" includedColumns={["X", "Y", "Radius"]}