Collects values designated for sgvizler in the given. See also property PREFIX.
The ID for which the attributes should be collected.
Get the name of chart object.
Get the loading icon of container.
Static
createOptional
options: stringOptional
loglevel: stringOptional
output: stringOptional
method: stringOptional
parameter: stringOptional
lang: stringStatic
drawDraws all sgvizler-containers on page.
Static
drawStatic
loadStatic
loadOptional
options: any
Draws charts specified in HTML containers, here we call them "sgvizler-containers".
Example of use: The following sgvizler-container will be selected by sgvizler due to the use of designated attributes. The result is a pie chart (draw with
google.visualization.PieChart
) showing the number of instance per class in the endpoint athttp://sws.ifi.uio.no/sparql/ndp
.These container must have an id attribute (or else sgvizler will not know where to put the chart) and a query attribute (or else the container will be ignored by sgvizler).
Dependencies:
Memberof
sgvizler