Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 305

Visual Mods - ability to set default aggregation of column to 'None'

When selecting a column in a Visual Mod we need the ability to set the default aggregation method to 'None'. Would be great if this could be customized per Visual Mod or even per column.
about 3 years ago in Spotfire / Mods 0 Future Consideration

Use Spotfire scales in Visualization Mods

When developing a visualization Mod it would be great if it was possible to use the Spotfire scales. This would save time for the developer and the user experience would be the same as for native Spotfire visualizations.
over 1 year ago in Spotfire / Mods 0 Future Consideration

Font support for Mods

There should be a Mods API to enable the developer to support the Fonts configuration for Visualization Mods so that it feels just as like native visualizations for the end user.
over 1 year ago in Spotfire / Mods 0 Future Consideration

All table data in spotfire can be accessed through the spotfire mods api

Recently we wanted to create a custom component using the spotfire mods component I have a problem during this period I wanted to get all the table data from spotfire in the mods development environment because I needed this interaction to display...
6 months ago in Spotfire / Mods 0 Future Consideration

pass resulting DataTable back to (SDK) CustomDataSource for final property manipulation

our custom data source has some additional properties that could readily be applied to the resulting data table - such as primary key, tweaks to data types (numbers of decimal places, etc), and the like. this would enable our custom data source to...
over 3 years ago in Spotfire / API 5 Unlikely to implement

Use `MapChart ` API to programmatically duplicate map layer

#### Goal Use `MapChart ` API to duplicate certain map layer across all/any map viz in .dxp. #### Issue The [`MapChart` API](https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-analyst_api/html/T_Spotfire_Dxp_Application_Visuals...
almost 3 years ago in Spotfire / API 0 Future Consideration

add API to manipulate property controls in text area

Please add API to manipulate property controls in text area, such as adding/changing/removing available options in dropdown list or listbox.
almost 2 years ago in Spotfire / API 0 Future Consideration

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.
almost 3 years ago in Spotfire / Mods 0 Future Consideration

Add `ReplaceDataFlow()` method for `DataTableDataSourceOperations` class

In IronPython API, DataSourceOperations class has the ReplaceDataFlow() method which allows Data Table replacement without affecting downstream Data Transformation steps, similar to manually replacing in Data Canvas (i.e., click on table > Repl...
12 months ago in Spotfire / API 2 Future Consideration

Folder browser dialog running in web browser

It is useful because users can select a folder to export with IronPython without installing API on the server. Now if you use the FolderBrowserDialog() in Spotfire Analyst (Windows) it works, while in Spotfire web client does not work. It reports ...
over 3 years ago in Spotfire / API / Export 0 Unlikely to implement