diff --git a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html
index a291a9ae17..bd7abf4667 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html
+++ b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html
@@ -38,9 +38,10 @@
+ title="Public Debt per GDP (%)"
+ title-left-margin="5"
+ is-logarithmic="false"
+ maximum-value="120">
+ title="Public Debt per GDP (%)"
+ title-left-margin="5"
+ is-logarithmic="false"
+ maximum-value="120">
@@ -63,8 +67,11 @@
id="bubbleSeries2"
title="European Countries"
x-member-path="population"
- y-member-path="gDP"
- radius-member-path="population"
+ y-member-path="publicDebt"
+ radius-member-path="gdpPerPerson"
+ x-member-as-legend-label="Population"
+ y-member-as-legend-label="Debt"
+ radius-member-as-legend-label="GDP"
marker-type="Circle"
show-default-tooltip="true">
diff --git a/samples/charts/data-chart/scatter-bubble-chart-single-source/index.html b/samples/charts/data-chart/scatter-bubble-chart-single-source/index.html
index 11c922a386..aaad03223a 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-single-source/index.html
+++ b/samples/charts/data-chart/scatter-bubble-chart-single-source/index.html
@@ -36,9 +36,9 @@
diff --git a/samples/charts/data-chart/scatter-bubble-chart-styling/index.html b/samples/charts/data-chart/scatter-bubble-chart-styling/index.html
index f469b5c36c..f9cb383a05 100644
--- a/samples/charts/data-chart/scatter-bubble-chart-styling/index.html
+++ b/samples/charts/data-chart/scatter-bubble-chart-styling/index.html
@@ -45,6 +45,7 @@
name="yAxis"
id="yAxis"
title="GDP per Capita"
+ title-left-margin="5"
is-logarithmic="true"
abbreviate-large-numbers="true">
@@ -54,12 +55,15 @@
title="African Countries"
x-member-path="population"
y-member-path="gDP"
- radius-member-path="population"
+ radius-member-path="workedHours"
+ x-member-as-legend-label="Population"
+ y-member-as-legend-label="GDP"
+ radius-member-as-legend-label="Worked Hours"
marker-type="Circle"
- marker-outline="rgba(62, 202, 62, 1)"
- marker-brush="rgba(69, 179, 224, 1)"
+ marker-outline="rgba(2, 158, 30, 1)"
+ marker-brush="rgba(2, 158, 30, 1)"
marker-fill-opacity="0.5"
- marker-thickness="2"
+ marker-thickness="1"
show-default-tooltip="true">
+ id="dataToolTipLayer"
+ value-row-margin-top="1"
+ label-text-margin-top="1"
+ title-text-margin-top="1"
+ units-text-margin-top="1"
+ value-row-margin-bottom="1"
+ label-text-margin-bottom="1"
+ title-text-margin-bottom="1"
+ units-text-margin-bottom="1"
+ units-text-margin-right="5"
+ value-text-margin-left="10"
+ label-text-margin-left="5"
+ grouping-mode="Grouped"
+ layout-mode="Vertical">