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; });
Hi Neal, those gaps are due to using 2 fields in Categories on the widget. You can read more here:
(+) Analytics - Be able to connect top-level on x-axis (for line graph). - Ideas - Ideas - Tessitura Network
For the connection from 15-Aug to 30-Aug, what formula are you using for those values? Is there by chance data associated with 30-Aug that is in scope for the widget, is not included in your formula, and that we could remove from scope of the widget?
I forgot about that. Thanks Chris. The gaps disappear with only one category on the X-Axis.Here is the formula.The data stops at August 18th for that one value.I assume it is related to the multiple categories.
Agreed. I can reproduce that. I'll make note.