Classes
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 elementID
string -
containerDraw(elementID, options)
-
Draws the sgvizler-containers with the given element id.
Parameters:
Name Type Description elementID
string options
Returns:
- 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 elementID
string endpoint
string query
string chartName
string options
string loglevel
string 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 value
Example
sgvizler.endpointURL('http://sparql.dbpedia.org'); sets this Query object's endpoint to DBpedia.
-
getChartDoc(className, pathDoc)
-
Todo.
Parameters:
Name Type Description className
string pathDoc
string Returns:
- Type
- string
-
getChartOptions(className, pathDoc)
-
Todo.
Parameters:
Name Type Description className
string pathDoc
string Returns:
- Type
- string
-
<protected> log(message)
-
Logs a message.
Parameters:
Name Type Description message
string 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.