Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Mods

Showing 85 of 4260

mod's certificate is still considered valid after code signing certificate is revoked until Analyst/Web Player server is restarted

Mod's certificate is still considered valid after code signing certificate is revoked until Analyst/Web Player server is restarted. Step to reproduce (1) use spotfire account to develop and sign a mod, save it to library, create visualization from...
over 2 years ago in Spotfire / Mods 3 Unlikely to implement

add a visualization property page to show information about mod

Please add a visualization property page to show information about mod used by the visualization, e.g. (1) mod's basic information (id, name, version, author,etc) (2) origin of mod (from dev server, local mod file, library, etc) this is very impor...
over 2 years ago in Spotfire / Mods 0 Future Consideration

add option to pass data as null if not exist

Lets say some data(original or aggregated) as below is passed to mod from Spotfire (e.g. in order to draw a simple bar chart): series={ series1:{ x:['A','B','D'}, y:[1,2,4]}, series2:{ x:['A','B','C','D'], y:[1,2,3,4]} }; we would like to have an ...
over 2 years ago in Spotfire / Mods 0 Future Consideration

add API to test if axis is aggregated

Please add API to test if axis is aggregated. When "allowNonAggregatingMeasures" is set as true, we need to know if axis is aggregated or not sometimes.
over 2 years ago in Spotfire / Mods 0 Future Consideration

Introduce Styling Mods

Spotfire design can by quite nicely twisted with CSS stylesheets and similar approaches, but Spotfire 'themes' are a bit limited in variety. Also it does not fit into the community idea of Spotfire Mods. The idea is to have "styling Mods" - from a...
over 2 years ago in Spotfire / Mods 0 Future Consideration

Correlation Plot

Hello, I think it would be a great idea to create a MOD for correlation plot. This type of visualization shows how attributes correlate to other attributes in a dataset using the correlation coefficients. The correlation could be either positive o...
over 2 years ago in Spotfire / Mods 0 Future Consideration

Get setting for empty data in Mod

Spotfire allow users to configure the behaviour of a details visualisation when no items are marked in the master visualisation. In order to completely mimic the behaviour of a native Spotfire visualisation a Mod needs know that the user has confi...
over 2 years ago in Spotfire / Mods 0 Future Consideration

Allow a Library Group to trust unsigned mods (TIBCO Cloud)

On TIBCO Cloud, give administrators and/or some specified library group the ability to trust unsigned mods.This would provide Enterprise users the flexibility of preventing users from authorizing something potentially malicious, as well as remove ...
over 2 years ago in Spotfire / Mods 0 Future Consideration

API for calculated values in Mods

The Spotfire expression language is very powerful and versatile and it would be quite useful if it was possible for a visualization Mod to send Spotfire an expression e.g. Sum([Sales]) and getting value back calculated over the subset of the data ...
over 2 years ago in Spotfire / Mods 0 Future Consideration

Allow urls and external content to be opened from Mods

Currently urls and external content is blocked in mods, so it is not possible to add a link in a Mod for someone to click on. It would be very useful to be able to display links in Mods such as links to other Spotfire tools, external content and i...
over 2 years ago in Spotfire / Mods 2 Likely to implement