Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Docs: Browser Parameters

Adil edited this page May 12, 2016 · 2 revisions

# 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.