Skip to content

Commit 5aa3676

Browse files
azure-pipelines[bot]tfsbuild
and
tfsbuild
authored
Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.19.3 (#713)
Co-authored-by: tfsbuild <[email protected]>
1 parent b701d60 commit 5aa3676

File tree

4 files changed

+0
-4
lines changed
  • samples/charts/data-chart
    • scatter-bubble-chart-fill-scale/src
    • scatter-bubble-chart-multiple-sources/src
    • scatter-bubble-chart-single-source/src
    • scatter-bubble-chart-styling/src

4 files changed

+0
-4
lines changed

samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export default class Sample extends React.Component<any, any> {
123123
unitsTextMarginRight="5"
124124
valueTextMarginLeft="10"
125125
labelTextMarginLeft="1"
126-
groupingMode="Grouped"
127126
layoutMode="Vertical"
128127
badgeShape="Hidden"
129128
includedColumns={["X", "Y", "Radius"]}

samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export default class Sample extends React.Component<any, any> {
145145
unitsTextMarginRight="5"
146146
valueTextMarginLeft="10"
147147
labelTextMarginLeft="1"
148-
groupingMode="Grouped"
149148
layoutMode="Vertical">
150149
</IgrDataToolTipLayer>
151150
</IgrDataChart>

samples/charts/data-chart/scatter-bubble-chart-single-source/src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export default class Sample extends React.Component<any, any> {
102102
unitsTextMarginRight="5"
103103
valueTextMarginLeft="10"
104104
labelTextMarginLeft="1"
105-
groupingMode="Grouped"
106105
layoutMode="Vertical"
107106
badgeShape="Hidden"
108107
headerRowVisible="false">

samples/charts/data-chart/scatter-bubble-chart-styling/src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export default class Sample extends React.Component<any, any> {
107107
unitsTextMarginRight="5"
108108
valueTextMarginLeft="10"
109109
labelTextMarginLeft="1"
110-
groupingMode="Grouped"
111110
layoutMode="Vertical"
112111
badgeShape="Hidden"
113112
includedColumns={["X", "Y", "Radius"]}

0 commit comments

Comments
 (0)