Skip to content
Spencer Childress edited this page Nov 19, 2018 · 7 revisions

The participantVisitListing is a function that accepts a CSS selector and a configuration object and returns the listing itself, a Webcharts table object; an ordinal and linear chart, Webcharts chart objects; the controls, a Webcharts controls object; and the init method that accepts a data array and initializes the renderer.

participantVisitListing(element = 'body', settings = {})

a function that returns an instance of the participantVisitListing

Param Type Description
element string CSS selector that identifies the DOM node in which to render the controls, listing, and charts; defaults to 'body'
settings object configuration object that specifies all options for how the controls, listing, and charts appear and behave; defaults to {}; see Configuration

participantVisitListing.init(data)

a function that initializes the participantVisitListing instance with the given data array

Param Type Description
data object data array of one record per participant per visit; see Data Guidelines
Clone this wiki locally