-
Notifications
You must be signed in to change notification settings - Fork 123
Docs: Browser Parameters
# domID
string
HTML Dom element ID which will hold all the interface components (starting with # character).
# source
object
describes the data source. Source parameter options are explained at Docs-Loading Data
# summaries
Array
of summary descriptions. Facets are inserted in the order specified top to bottom. See Docs-Summary Parameters.
# recordDisplay
object - optional
Describes how records are displayed. See Docs-List Parameters
# recordName
string - optional
Name of the primary item of your dataset.
Default: The first table name in data source.
# categoryTextWidth
integer - optional
width (in pixels) for left facet panel category label text. Make it wide enough so that all your labels are visible. You can define abbreviations to make your labels shorter too.
Default: 107 (pixels)
# barChartWidth
integer - optional
Width (in pixels) for left facet panel bar chart size. Setting it to zero will remove bar charts.
# onLoad
function - optional
Called after all the data sources are loaded and before charts & list are created. You can do any updates/bookkeeping on the data here.
# onReady
function - optional
Called after all data sources are loaded and after charts & lists are created.
Mehmet Adil Yalcin - HCIL - University of Maryland, College Park