Forum Discussion
zach_myt
05-01-2024Data Pipeline
I found this useful to alter the lineWidth of an individual line as well using.
widget.on('processresult', function(widget, result) {
let series = result.result.series;
series[0].lineWidth = 7
})
I found this useful to alter the lineWidth of an individual line as well using.
widget.on('processresult', function(widget, result) {
let series = result.result.series;
series[0].lineWidth = 7
})