diff --git a/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html b/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
index eef172b..e065d51 100755
--- a/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
+++ b/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
@@ -38,7 +38,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-
+
diff --git a/datalets/scatterchart-datalet/scatterchart-datalet.html b/datalets/scatterchart-datalet/scatterchart-datalet.html
index 9da1d74..48b0944 100755
--- a/datalets/scatterchart-datalet/scatterchart-datalet.html
+++ b/datalets/scatterchart-datalet/scatterchart-datalet.html
@@ -119,36 +119,6 @@ Example:
title: {
text: "" + this._component.title
},
- subtitle: {
- text: "" + this._component.subTitle
- },
- /* xAxis: {
- categories: this.properties.categories.value,
- title: {
- enabled: true,
- text: this._component.xAxisLabel,
- startOnTick: true,
- endOnTick: true,
- showLastLabel: true
- }
- },*/
- /* yAxis: {
- categories: this.properties.categories.value,
- title: {
- text: this._component.yAxisLabel
- }
- },*/
- /*legend: {
- layout: 'vertical',
- align: 'bottom',
- verticalAlign: 'top',
- x: -40,
- y: 100,
- floating: true,
- backgroundColor: (Highcharts.theme && Highcharts.theme.legendBackgroundColor) || '#FFFFFF',
- borderWidth: 1,
- shadow: true
- },*/
plotOptions: {
scatter: {
marker: {