Forum Discussion

francoisvv's avatar
francoisvv
Cloud Apps
09-27-2022
Solved

Scatter chart lines connecting data points suddenly not showing

I use a script to connect the data points on a scatter chart.  The script worked fine, but since this morning, the line connecting the points on the scatter chart does not show.  When I go to EDIT WI...
  • taras's avatar
    09-27-2022

    Hi francoisvv , please update the script as follows:

    widget.on('beforeviewloaded', function(se, ev) {
        ev.options.plotOptions.series.lineWidth = 2;
    });