Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 46

Trust Mods globally from a single point.

We want to trust individual Mods globally for all users from a single point (eg Administrator). Right now the options seem to be Trust the mod developer globally Have users trust each mod themselves Q: Is there a way to trust a mod globally for al...
about 1 year ago in Spotfire / Mods 1 Implemented

Multiple layers in visualization mods

In the same way that map charts work, allow a mod to have multiple layers where different data can be passed to the core mod
about 4 years ago in Spotfire / Mods 1 Implemented

API to control visualization layout on a page

Currently the only way to control the page layout is through layout manager ... this allows us to arrange visualizations side-by-side or to stack them. This is barely sufficient to programmatically arrange the page. In fact, we badly need a way to...
about 10 years ago in Spotfire / API 3 Implemented

Multiple data tables in visualization mods

It feels like Mods is the future of JSViz. Since JSViz provides support of working with more than one table, we are still using it to create custom visualization. If MODs did not have this limitation, we would be adopting Mods instead of writing c...
almost 5 years ago in Spotfire / Mods 2 Implemented

Access column values in visualization mods

Add API to retrieve values for specified column: unique values for category columns min / max and perhaps other measures for continuous columns (compare to Data Panel Overview).
about 5 years ago in Spotfire / Mods 1 Implemented

API to enable/disable 'Column Matching' popup window

We need a way via API to disable the Column Matching Popup window that comes up whenever data is replaced and some columns do not match.
about 8 years ago in Spotfire / API 0 Implemented

Integration with Google Analytics GA4

In July, Google Analytics will stop integrating via UA, it will go to the new GA4. Spotfire only integrates with the version that will be deprecated in July, for companies like ours it is important that the integration is updated and can see the n...
about 3 years ago in Spotfire / API 0 Implemented

scatterplot matrix

Hello, I think it would be a great idea to create a MOD for scatterplot matrix. This type of visualization shows the distribution of data per attribute as well as a scatterplot for every pair of attributes. Today, it is possible to create it using...
about 4 years ago in Spotfire / Mods 1 Implemented

C# API for adding or configuring Mod Visualizations

Being able to add or configure a Mod visualization to the Spotfire document from an C# extension or an IronPython script.
over 4 years ago in Spotfire / Mods 0 Implemented

Event publish to Mod render after dataView.clearMarking()

Currently (I am using 1.3) it seems clearMarking() function only affects to the source table but the renewed DataView class is not published to the mod. So that the mod user has to do a small hack like this way.allRows?.forEach((row)=>{ row.mar...
9 months ago in Spotfire / Mods 0 Implemented