Analytics line graph question

Anyone have any idea what these strange gaps in a line graph of revenue for the fiscal by week would be? Dark blue is the current fiscal year, and I can’t figure out why it’s not just stopping with the current OR has a straight line through the end of the fiscal.


Thanks!

Parents
  • Hi Emily,

    You don't have data for weeks 32 & 33 for 2023 so it's blank (you did for 2022).  If you want to join that gap the script for that is in the analytic Coffee! wiki HERE

    This is from David Judd (and Ragan Rhodes) here

    Edit the widget, and from the upper-right (...) menu, select Edit Widget Code. This will open a new tab.

    Paste this code in:

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

Reply
  • Hi Emily,

    You don't have data for weeks 32 & 33 for 2023 so it's blank (you did for 2022).  If you want to join that gap the script for that is in the analytic Coffee! wiki HERE

    This is from David Judd (and Ragan Rhodes) here

    Edit the widget, and from the upper-right (...) menu, select Edit Widget Code. This will open a new tab.

    Paste this code in:

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

Children