Data Markers Appearing When Turned Off

Hello All,

I'm still very new to Tessitura and Analytics. I'm having an odd issue with a line chart I'm working on and wanted to check on here for a possible solution.

I have a line chart that shows % to goal per day prior to opening. I was having issues with the line being broken and that issue has been solved with this script: 
widget.on("beforeviewloaded",function(scope, args){
args.options.plotOptions.series.connectNulls = true;
});

The issue I'm running into now are some random data markers on the lines. Markers are turned off in the design panel, but these still appear. I've finally figured out that it is occurring when sales were processed one day but not the day before or after. The script is linking the line, but the underlying data marker is still present. Any recommendations on how to remove this issue? 

Parents Reply Children
No Data