Knowledge Base Article

Change X Axis Interval

In the example above, the interval was set to 7.
This will work for any data type.
Widget Script:
widget.on('processresult', function(a,b){
  b.result.xAxis.tickInterval = 7
})
Updated 03-02-2023
No CommentsBe the first to comment