Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored and dborovcanin committed Mar 12, 2024
1 parent 05dc6af commit 5860db9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/web/static/js/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -802,16 +802,13 @@ class TimeSeriesLineChart extends Echart {
xAxis: {
type: 'category',
name: '${this.chartData.xAxisLabel}',
// nameLocation: 'middle',
// nameGap: 35
min: '${new Date(this.chartData.startTime)}',
max: '${new Date(this.chartData.stopTime)}',
},
yAxis: {
type: 'value',
name: '${this.chartData.yAxisLabel}',
nameLocation: 'middle',
// nameGap: 35
},
legend: {
show: true,
Expand Down

0 comments on commit 5860db9

Please sign in to comment.