Commit d6845748fdb233a100b6bea69d75a6e4b066338c
1 parent
5c96a7bc
x - y axis update
Showing
1 changed file
with
4 additions
and
4 deletions
datalets/scatterchart-datalet/scatterchart-datalet.html
| @@ -122,7 +122,7 @@ Example: | @@ -122,7 +122,7 @@ Example: | ||
| 122 | subtitle: { | 122 | subtitle: { |
| 123 | text: "" + this._component.subTitle | 123 | text: "" + this._component.subTitle |
| 124 | }, | 124 | }, |
| 125 | - xAxis: { | 125 | + /* xAxis: { |
| 126 | categories: this.properties.categories.value, | 126 | categories: this.properties.categories.value, |
| 127 | title: { | 127 | title: { |
| 128 | enabled: true, | 128 | enabled: true, |
| @@ -131,13 +131,13 @@ Example: | @@ -131,13 +131,13 @@ Example: | ||
| 131 | endOnTick: true, | 131 | endOnTick: true, |
| 132 | showLastLabel: true | 132 | showLastLabel: true |
| 133 | } | 133 | } |
| 134 | - }, | ||
| 135 | - yAxis: { | 134 | + },*/ |
| 135 | + /* yAxis: { | ||
| 136 | categories: this.properties.categories.value, | 136 | categories: this.properties.categories.value, |
| 137 | title: { | 137 | title: { |
| 138 | text: this._component.yAxisLabel | 138 | text: this._component.yAxisLabel |
| 139 | } | 139 | } |
| 140 | - }, | 140 | + },*/ |
| 141 | /*legend: { | 141 | /*legend: { |
| 142 | layout: 'vertical', | 142 | layout: 'vertical', |
| 143 | align: 'bottom', | 143 | align: 'bottom', |