Class: Select

Select


new Select()

Members


<static> charts

Stores the charts

Methods


<static> draw(element, options)

Parameters:
Name Type Description
element Element
options
Returns:
Type
Promise.<void>

<static> drawAll()

todo


<static> drawWithElementId(elementID)

Parameters:
Name Type Description
elementID string
Returns:
Type
Promise.<void>

<static> getChartDoc(classFullName, pathDoc)

Build url of chart's doc

Parameters:
Name Type Description
classFullName string
pathDoc string
Returns:

absolute or relative URL

Type
string