Null Gaps in Chart Visualizations

Hello,

We've noticed that our charts now have null gaps in our Analytics charts when the data crosses months. In the picture below, there are gaps in between the months (the reddish rectangles I drew in). Also, the end of the month connects to the last data point. In the picture below, the end of August (31st) connects to the August 15th data point (the badly drawn in red shape). In case it matters, we are on Version: 15.2.36.76883.


In the past, I used this script to fix the null gap issue. This script no longer works. Does anyone have a script that addresses these issues?

widget.on("beforeviewloaded",function(scope, args){ args.options.plotOptions.series.connectNulls = true; });

Parents Reply Children
No Data