We have few custom visualizations that do not show up in the list of available visualizations in WebPlayer! this is needed in order to add them to the analysis in WebPlayer in Edit mode.
Today we only see the native Spotfire visualizations in this list but all custom visualizations are not listed!
I contacted Support and they said this is not supported yet.
Please fix to make WebPlayer consistent with Professional client.
Thanks,
Samer.
Implemented in | 11.0 |
With Spotfire Mods, released in Spotfire 11, you can create custom JavaScript visualizations that works just like native Spotfire visualizations for the end-users.
Read more about Spotfire Mods: https://tibcosoftware.github.io/spotfire-mods/
Custom visualizations (C# extensions) should show up in the visualization flyout in edit mode if deployed on the server and if they have implemented a CustomVisualView for their model. Note that the editing experience needs to be implemented in the custom visualization. The CustomVisualView.IsEditing property was added in 11.4.
Would the custom visualizations created using CustomVisual API (not MODs based) be listed in web player Or is this only restricted to native visuals and MODs?