From 51cdeec5ef02d97ab72530b76ca8604fab1da261 Mon Sep 17 00:00:00 2001
From: palmieri@dia.unisa.it <palmieri@dia.unisa.it>
Date: Wed, 3 Feb 2016 18:24:00 +0100
Subject: [PATCH] scatter title. x and y axis

---
 datalets/scatterchart-datalet/scatterchart-datalet.html | 30 ------------------------------
 1 file changed, 0 insertions(+), 30 deletions(-)

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: {
--
libgit2 0.21.4