From bc639f246bd966c1ff8a28aa93a2dcd81e10e106 Mon Sep 17 00:00:00 2001 From: tfsbuild Date: Wed, 18 Dec 2024 04:24:10 -0500 Subject: [PATCH] Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.18.1 --- .../src/app.component.html | 7 ++-- .../src/app.component.ts | 4 +- .../src/app.component.html | 21 ++++++---- .../src/app.component.html | 7 +++- .../src/app.component.html | 38 ++++++++++++++----- 5 files changed, 54 insertions(+), 23 deletions(-) diff --git a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/app.component.html b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/app.component.html index 2f44a0e95..b76fbf584 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/app.component.html +++ b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/app.component.html @@ -19,9 +19,10 @@ + title="Public Debt per GDP (%)" + titleLeftMargin="5" + isLogarithmic="false" + maximumValue="120"> + title="Public Debt per GDP (%)" + titleLeftMargin="5" + isLogarithmic="false" + maximumValue="120"> @@ -36,13 +37,16 @@ [yAxis]="yAxis" xMemberPath="population" yMemberPath="gDP" - radiusMemberPath="population" + radiusMemberPath="workedHours" + xMemberAsLegendLabel="Population" + yMemberAsLegendLabel="GDP" + radiusMemberAsLegendLabel="Worked Hours" [dataSource]="countryStatsAfrica" markerType="Circle" - markerOutline="rgba(62, 202, 62, 1)" - markerBrush="rgba(69, 179, 224, 1)" + markerOutline="rgba(2, 158, 30, 1)" + markerBrush="rgba(2, 158, 30, 1)" markerFillOpacity="0.5" - markerThickness="2" + markerThickness="1" showDefaultTooltip="true" [radiusScale]="sizeScale1"> @@ -54,19 +58,35 @@ [yAxis]="yAxis" xMemberPath="population" yMemberPath="gDP" - radiusMemberPath="population" + radiusMemberPath="workedHours" + xMemberAsLegendLabel="Population" + yMemberAsLegendLabel="GDP" + radiusMemberAsLegendLabel="Worked Hours" [dataSource]="countryStatsEurope" markerType="Circle" - markerOutline="rgba(171, 6, 221, 1)" - markerBrush="rgba(135, 156, 235, 1)" + markerOutline="rgba(95, 2, 171, 1)" + markerBrush="rgba(95, 2, 171, 1)" markerFillOpacity="0.5" - markerThickness="2" + markerThickness="1" showDefaultTooltip="true" [radiusScale]="sizeScale2"> + #dataToolTipLayer + valueRowMarginTop="1" + labelTextMarginTop="1" + titleTextMarginTop="1" + unitsTextMarginTop="1" + valueRowMarginBottom="1" + labelTextMarginBottom="1" + titleTextMarginBottom="1" + unitsTextMarginBottom="1" + unitsTextMarginRight="5" + valueTextMarginLeft="10" + labelTextMarginLeft="5" + groupingMode="Grouped" + layoutMode="Vertical">