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 | 122 | subtitle: { |
| 123 | 123 | text: "" + this._component.subTitle |
| 124 | 124 | }, |
| 125 | - xAxis: { | |
| 125 | + /* xAxis: { | |
| 126 | 126 | categories: this.properties.categories.value, |
| 127 | 127 | title: { |
| 128 | 128 | enabled: true, |
| ... | ... | @@ -131,13 +131,13 @@ Example: |
| 131 | 131 | endOnTick: true, |
| 132 | 132 | showLastLabel: true |
| 133 | 133 | } |
| 134 | - }, | |
| 135 | - yAxis: { | |
| 134 | + },*/ | |
| 135 | + /* yAxis: { | |
| 136 | 136 | categories: this.properties.categories.value, |
| 137 | 137 | title: { |
| 138 | 138 | text: this._component.yAxisLabel |
| 139 | 139 | } |
| 140 | - }, | |
| 140 | + },*/ | |
| 141 | 141 | /*legend: { |
| 142 | 142 | layout: 'vertical', |
| 143 | 143 | align: 'bottom', | ... | ... |