Commit 51cdeec5ef02d97ab72530b76ca8604fab1da261
1 parent
05c2c2bb
scatter title. x and y axis
Showing
1 changed file
with
0 additions
and
30 deletions
datalets/scatterchart-datalet/scatterchart-datalet.html
| @@ -119,36 +119,6 @@ Example: | @@ -119,36 +119,6 @@ Example: | ||
| 119 | title: { | 119 | title: { |
| 120 | text: "" + this._component.title | 120 | text: "" + this._component.title |
| 121 | }, | 121 | }, |
| 122 | - subtitle: { | ||
| 123 | - text: "" + this._component.subTitle | ||
| 124 | - }, | ||
| 125 | - /* xAxis: { | ||
| 126 | - categories: this.properties.categories.value, | ||
| 127 | - title: { | ||
| 128 | - enabled: true, | ||
| 129 | - text: this._component.xAxisLabel, | ||
| 130 | - startOnTick: true, | ||
| 131 | - endOnTick: true, | ||
| 132 | - showLastLabel: true | ||
| 133 | - } | ||
| 134 | - },*/ | ||
| 135 | - /* yAxis: { | ||
| 136 | - categories: this.properties.categories.value, | ||
| 137 | - title: { | ||
| 138 | - text: this._component.yAxisLabel | ||
| 139 | - } | ||
| 140 | - },*/ | ||
| 141 | - /*legend: { | ||
| 142 | - layout: 'vertical', | ||
| 143 | - align: 'bottom', | ||
| 144 | - verticalAlign: 'top', | ||
| 145 | - x: -40, | ||
| 146 | - y: 100, | ||
| 147 | - floating: true, | ||
| 148 | - backgroundColor: (Highcharts.theme && Highcharts.theme.legendBackgroundColor) || '#FFFFFF', | ||
| 149 | - borderWidth: 1, | ||
| 150 | - shadow: true | ||
| 151 | - },*/ | ||
| 152 | plotOptions: { | 122 | plotOptions: { |
| 153 | scatter: { | 123 | scatter: { |
| 154 | marker: { | 124 | marker: { |