Has anyone had problems when try to add a script to a widget and, although you get the "Script Saved", it never seems to be applied?
I've got it in a neighbouring widget but it just doesn't want to populate in this one
widget.on("beforeviewloaded",function(scope, args){ args.options.plotOptions.series.connectNulls = true; }); widget.on('render', function(sender,se){ for (var i = 0; i < sender.queryResult.series.length; i++ ) { for (var j = 0; j < sender.queryResult.series[i].data.length; j++) { sender.queryResult.series[i].data[j].marker.enabled = false; } } } )
Hi Heath,
Sisense is a little picky with the script save process. The most reliable steps are:
Jumpin Jehoshaphat! It worked!!
Thank a million!