Solved
Forum Discussion
taras
09-27-2022Sisense Employee
Hi francoisvv , please update the script as follows:
widget.on('beforeviewloaded', function(se, ev) {
ev.options.plotOptions.series.lineWidth = 2;
});
francoisvv
09-28-2022Cloud Apps
Worked like a charm! Thanks a million for this valuable information!!