Skip to content

Commit

Permalink
using only integers as ticks in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Mar 27, 2024
1 parent f323cc0 commit 10d23ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dynamic-mapping-ui/src/monitoring/chart/chart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ export class MonitoringChartComponent implements OnInit, OnDestroy {
},
x: {
ticks: {
color: this.textColor as any
color: this.textColor as any,
stepSize: 1
}
}
}
Expand Down

0 comments on commit 10d23ef

Please sign in to comment.