I'm trying to build a line chart that tracks cumulative performance revenue by order date. I've noticed in our environment that if there are periods where there were no sales, Tess Analytics does not continue to draw the line, instead it breaks down into smaller dashes and dots. Has anyone else experienced this? Is this part of how the sisense software works, or is there something else to look into? Thanks!
For reference:
Just to close the loop on this, which was helpful, for RAMP folks, they gave me a section of code that had to be inserted into the widget. Instructions are:
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; });
Save the widget and force a reload by Right Clicking and choosing Hard Reload (or just close and reopen the dashboard).
Thanks to Ragan Rhodes for sending this little trick.
Hello everyone,
Agreed with Heath, thanks David and Ragan.
This works brilliant where we’re using RSUM when there’s a single Value on the widget, but it doesn’t seem to work when we have multiple values? Has anybody experienced a similar issue and come up with a solution?
Thanks so much
Graeme