From 0e5cae0d1d2a648370fd4f787831ec826f772b51 Mon Sep 17 00:00:00 2001 From: tfsbuild Date: Thu, 19 Dec 2024 14:07:22 -0500 Subject: [PATCH] Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.19.3 --- .../data-chart/scatter-bubble-chart-fill-scale/src/index.tsx | 1 - .../scatter-bubble-chart-multiple-sources/src/index.tsx | 1 - .../data-chart/scatter-bubble-chart-single-source/src/index.tsx | 1 - .../charts/data-chart/scatter-bubble-chart-styling/src/index.tsx | 1 - 4 files changed, 4 deletions(-) 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"]}