Skip to content

Commit 9345bca

Browse files
azure-pipelines[bot]tfsbuild
andauthored
Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.1 (#912)
Co-authored-by: tfsbuild <[email protected]>
1 parent 4c70a9e commit 9345bca

File tree

5 files changed

+54
-23
lines changed

5 files changed

+54
-23
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@
3838
<igc-numeric-y-axis
3939
name="yAxis"
4040
id="yAxis"
41-
is-logarithmic="true"
42-
logarithm-base="10"
43-
title="Public Debt per GDP">
41+
title="Public Debt per GDP (%)"
42+
title-left-margin="5"
43+
is-logarithmic="false"
44+
maximum-value="120">
4445
</igc-numeric-y-axis>
4546
<igc-bubble-series
4647
name="bubbleSeries1"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export class Sample {
4242
var valueBrushScale1 = new IgcValueBrushScaleComponent();
4343
valueBrushScale1.isLogarithmic = false;
4444
valueBrushScale1.minimumValue = 0;
45-
valueBrushScale1.maximumValue = 100000;
46-
valueBrushScale1.brushes = ["rgba(26, 161, 226, 1)", "rgba(24, 154, 217, 1)", "rgba(22, 146, 206, 1)", "rgba(19, 133, 188, 1)", "rgba(15, 121, 171, 1)", "rgba(12, 107, 153, 1)", "rgba(9, 94, 136, 1)", "rgba(5, 82, 119, 1)", "rgba(2, 70, 105, 1)", "rgba(0, 63, 94, 1)"];
45+
valueBrushScale1.maximumValue = 260000;
46+
valueBrushScale1.brushes = ["rgba(137, 181, 250, 1)", "rgba(20, 108, 247, 1)", "rgba(82, 144, 242, 1)"];
4747

4848
this._valueBrushScale1 = valueBrushScale1;
4949
}

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

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,21 @@
4444
<igc-numeric-y-axis
4545
name="yAxis"
4646
id="yAxis"
47-
title="GDP per Capita"
48-
is-logarithmic="true"
49-
abbreviate-large-numbers="true">
47+
title="Public Debt per GDP (%)"
48+
title-left-margin="5"
49+
is-logarithmic="false"
50+
maximum-value="120">
5051
</igc-numeric-y-axis>
5152
<igc-bubble-series
5253
name="bubbleSeries1"
5354
id="bubbleSeries1"
5455
title="African Countries"
5556
x-member-path="population"
56-
y-member-path="gDP"
57-
radius-member-path="population"
57+
y-member-path="publicDebt"
58+
radius-member-path="gdpPerPerson"
59+
x-member-as-legend-label="Population"
60+
y-member-as-legend-label="Debt"
61+
radius-member-as-legend-label="GDP"
5862
marker-type="Circle"
5963
show-default-tooltip="true">
6064
</igc-bubble-series>
@@ -63,8 +67,11 @@
6367
id="bubbleSeries2"
6468
title="European Countries"
6569
x-member-path="population"
66-
y-member-path="gDP"
67-
radius-member-path="population"
70+
y-member-path="publicDebt"
71+
radius-member-path="gdpPerPerson"
72+
x-member-as-legend-label="Population"
73+
y-member-as-legend-label="Debt"
74+
radius-member-as-legend-label="GDP"
6875
marker-type="Circle"
6976
show-default-tooltip="true">
7077
</igc-bubble-series>

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<igc-numeric-y-axis
3737
name="yAxis"
3838
id="yAxis"
39-
title="Public Debt"
39+
title="Public Debt per GDP (%)"
40+
title-left-margin="5"
4041
is-logarithmic="false"
41-
abbreviate-large-numbers="true"
4242
maximum-value="120">
4343
</igc-numeric-y-axis>
4444
<igc-bubble-series
@@ -48,6 +48,9 @@
4848
y-member-path="publicDebt"
4949
radius-member-path="gdpPerPerson"
5050
fill-member-path="gdpPerPerson"
51+
x-member-as-legend-label="Population"
52+
y-member-as-legend-label="Debt"
53+
radius-member-as-legend-label="GDP"
5154
marker-type="Circle"
5255
show-default-tooltip="true">
5356
</igc-bubble-series>

samples/charts/data-chart/scatter-bubble-chart-styling/index.html

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
name="yAxis"
4646
id="yAxis"
4747
title="GDP per Capita"
48+
title-left-margin="5"
4849
is-logarithmic="true"
4950
abbreviate-large-numbers="true">
5051
</igc-numeric-y-axis>
@@ -54,12 +55,15 @@
5455
title="African Countries"
5556
x-member-path="population"
5657
y-member-path="gDP"
57-
radius-member-path="population"
58+
radius-member-path="workedHours"
59+
x-member-as-legend-label="Population"
60+
y-member-as-legend-label="GDP"
61+
radius-member-as-legend-label="Worked Hours"
5862
marker-type="Circle"
59-
marker-outline="rgba(62, 202, 62, 1)"
60-
marker-brush="rgba(69, 179, 224, 1)"
63+
marker-outline="rgba(2, 158, 30, 1)"
64+
marker-brush="rgba(2, 158, 30, 1)"
6165
marker-fill-opacity="0.5"
62-
marker-thickness="2"
66+
marker-thickness="1"
6367
show-default-tooltip="true">
6468
</igc-bubble-series>
6569
<igc-bubble-series
@@ -68,17 +72,33 @@
6872
title="European Countries"
6973
x-member-path="population"
7074
y-member-path="gDP"
71-
radius-member-path="population"
75+
radius-member-path="workedHours"
76+
x-member-as-legend-label="Population"
77+
y-member-as-legend-label="GDP"
78+
radius-member-as-legend-label="Worked Hours"
7279
marker-type="Circle"
73-
marker-outline="rgba(171, 6, 221, 1)"
74-
marker-brush="rgba(135, 156, 235, 1)"
80+
marker-outline="rgba(95, 2, 171, 1)"
81+
marker-brush="rgba(95, 2, 171, 1)"
7582
marker-fill-opacity="0.5"
76-
marker-thickness="2"
83+
marker-thickness="1"
7784
show-default-tooltip="true">
7885
</igc-bubble-series>
7986
<igc-data-tool-tip-layer
8087
name="dataToolTipLayer"
81-
id="dataToolTipLayer">
88+
id="dataToolTipLayer"
89+
value-row-margin-top="1"
90+
label-text-margin-top="1"
91+
title-text-margin-top="1"
92+
units-text-margin-top="1"
93+
value-row-margin-bottom="1"
94+
label-text-margin-bottom="1"
95+
title-text-margin-bottom="1"
96+
units-text-margin-bottom="1"
97+
units-text-margin-right="5"
98+
value-text-margin-left="10"
99+
label-text-margin-left="5"
100+
grouping-mode="Grouped"
101+
layout-mode="Vertical">
82102
</igc-data-tool-tip-layer>
83103
</igc-data-chart>
84104
</div>

0 commit comments

Comments
 (0)