Namespaces
Members
-
<readonly> DATATABLE_COL_OPTIONS :number
-
Enum for tri-state values.
Type:
- number
-
<constant> HOMEPAGE
-
Todo
-
<constant> VERSION
-
Todo
Methods
-
containerDraw(elementID)
-
Draws the sgvizler-containers with the given element id.
Parameters:
Name Type Description elementIDstring -
containerDraw(elementID, options)
-
Draws the sgvizler-containers with the given element id.
Parameters:
Name Type Description elementIDstring optionsReturns:
- Type
- Promise.<void>
-
containerDrawAll()
-
Todo.
-
containerLoadAll()
-
Draws the sgvizler-containers with the given element id.
-
create(elementID, endpoint, query, chartName, options, loglevel)
-
Todo
Parameters:
Name Type Description elementIDstring endpointstring querystring chartNamestring optionsstring loglevelstring Returns:
- Type
- string
-
endpointOutputFormat()
-
Get endpoint output format.
Returns:
- Type
- string
-
endpointOutputFormat(value)
-
Set endpoint output format. Legal values are
'xml','json','jsonp'.Parameters:
Name Type Description value -
endpointURL()
-
Get endpoint URL.
Returns:
- Type
- string
-
endpointURL(value)
-
Set endpoint URL.
Parameters:
Name Type Description valueExample
sgvizler.endpointURL('http://sparql.dbpedia.org'); sets this Query object's endpoint to DBpedia. -
getChartDoc(className, pathDoc)
-
Todo.
Parameters:
Name Type Description classNamestring pathDocstring Returns:
- Type
- string
-
getChartOptions(className, pathDoc)
-
Todo.
Parameters:
Name Type Description classNamestring pathDocstring Returns:
- Type
- string
-
<protected> log(message)
-
Logs a message.
Parameters:
Name Type Description messagestring The message to log.
-
query()
-
Get query string.
Returns:
- Type
- string
-
query(value)
-
Set query string.
Parameters:
Name Type Description value -
selectDraw()
-
Todo.
-
selectDrawAll()
-
Todo.