Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
SYMPTOM:
Attempting to load newer versions of the D3WordCloud Visualization from the Visualization Gallery against Strategy 10.4 will display a JavaScript compiler error with the path to D3WordCloud.js and an Error that reads: "Cannot Read property 'D3' of undefined."
STEPS TO REPRODUCE:

CAUSE:
The D3 WordCloud Visualization was updated to included a reference to a mstrmojo class within the D3WordCloud.js file in October, 18, 2018. This mstrmojo class was not available in Strategy 10.4, so any D3WordCloud Visualization download that includes this change will not load, and instead displays a JavaScript compiler alert, as referenced in the above screenshot. The affected lines of code are copied below for convenience:
noConflictLibraries: [
mstrmojo.CustomVisBase.ENUM_EXTERNAL_LIBS.D3
],
ACTION:
Create a backup of the existing D3WordCloud.js file, and remove lines 24 -> 26 of the D3WordCloud.js file. Note that if the plugin was installed in multiple Strategy Web environment(s), this change will need to be made in all affected environments in order to resolve this issue.
