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">