Hi
I've created a Sankey Chart in the report that is my dashboard.
If I run this report directly the Sankey is displayed OK however when the report is called as the dashboard the chart is not displayed.
Inspecting the element I can see the code to produce the chart. There is a JavaScript error - VM63:20 Uncaught ReferenceError: d3 is not defined which may or may not be the cause.
Opening VM63:20 line 20 has
var formatNumber = d3.format(sankey_data.format.number),
Any thoughts?
Thanks
Jake