Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 280

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

Allow to programatically rename (via web services api) information model data sources.

No description provided
over 7 years ago in Spotfire / API 9 Future Consideration

Export of HtmlTextArea - controls as html

Hi, it would be great if while exporting HtmlTextArea via API as Html: chart.As<HtmlTextArea>().Export(); or chart.As<HtmlTextArea>().HtmlContent; I am able to get "values" of spotfire controls (e.g. the same way as images chart.As<...
over 7 years ago in Spotfire / API 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

PersistentDataView does not accept RowSelection object

The current constructor of PersistentDataView takes as input marked rows using DataSelection object: public PersistentDataView(string name, IList<string> columnExpressions, IList<DataColumn> groupByColumns, DataTable baseTable, DataSel...
over 7 years ago in Spotfire / API 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

API that mimics the behavior of the center button in the map pan control

I would like to be able to create a script that mimics the behavior of the center button in the map pan control that can be executed when a property control is changed.
almost 8 years ago in Spotfire / API / Maps 0 Future Consideration

Add ability to enumerate all Category Keys in Combo Chart Colour Axis in API

Currently it is not possible to enumerate all category keys in the Colour Axis in a Combination chart, so it's not easy to set series types (lines/bars) in code - line/bar. In addition, if one tries to do it, Spotfire hangs. If one tries to set th...
almost 8 years ago in Spotfire / API 0 Future Consideration

Need API to execute Data function when we have no open document

We started looking into converting our custom data sources to custom data functions based on a recommendation from TIBCO development team ... but we found out that custom data functions are created at Document level (AnalysisApplication.Document.D...
over 2 years ago in Spotfire / API 0 Future Consideration