diff --git a/examples/js-areachart-d3/spotfire/spotfire-api.d.ts b/examples/js-areachart-d3/spotfire/spotfire-api.d.ts index d8d0d46d..9202d538 100644 --- a/examples/js-areachart-d3/spotfire/spotfire-api.d.ts +++ b/examples/js-areachart-d3/spotfire/spotfire-api.d.ts @@ -741,7 +741,9 @@ declare interface GeneralStylingInfo { * console.log("Mod API loaded."); * }); * ``` - * [[include:initialize.md]] + * The initialize method will invoke the provided callback with an instance of the mod API, to be used by the mod developer. + * + * The initialize method needs to be invoked in order for the mod to function. Even if the mod only displays static content, the API must be initialized in order for events and export to work. * @public * @param onLoaded - Callback that is called when the mod API is initialized and ready to be interacted with. */ diff --git a/examples/js-areachart-d3/static/index.html b/examples/js-areachart-d3/static/index.html index 016acb76..38dba776 100644 --- a/examples/js-areachart-d3/static/index.html +++ b/examples/js-areachart-d3/static/index.html @@ -17,7 +17,7 @@
- +