Remote Procedures

Parameters used when getting data remotely :

remoteAutoPlay boolean
Flag to iterate over remote data sets
Default: false
Used in: all visualizations
Time in milliseconds to wait between iterations over remote data sets
Default: 3000
Used in: all visualizations
remoteDataIndex integer Private
Index of the canvasXpress object requested
Default:
Used in: all visualizations
Direction parameter used to obtain data remotely.
Default: next
Options: next, prev
Used in: all visualizations
remoteIds array Private
Array of the remoteIds passed after a service call
Default:
Used in: all visualizations
Flag to override parameters to maintain the state of the graphs when using remote services
Default: false
Used in: all visualizations
remoteParams object
Object to hold parameters used to obtain data remotely. The target property will be always added to the method as well as the direction [next|prev] (see below.
Default: {}
Used in: all visualizations
remoteParentId string Private
Id for the parent holding the remoteWindow to prevent id collisions
Default:
Used in: all visualizations
Url used to obtain data remotely. It expects and array of canvasXpress objects
Default: false
Used in: all visualizations
remoteUpdate boolean
Flag to indicate that the file to get the data needs to be updated
Default: false
Used in: all visualizations
Time in milliseconds to wait between tryig to get an upated version of the file containing the data
Default: 10000
Used in: all visualizations
remoteUpdating boolean Private
Flag to indicate that updating data is in progress
Default:
Used in: all visualizations
remoteWindow integer
Number of plots to show when requesting remote data
Default: 1
Used in: all visualizations