sgvizler.visualization.util Class
Utility functions for chart functions.
.visualization
Item Index
Methods
Methods
linkify
(
String
private
-
url
-
arraySyntax
Converts a url into a prefixified link.
Parameters:
Returns:
linkify2String
(
String
protected
-
url
Converts a url into a element with the link prefixified.
Parameters:
-
url
StringThe url to linkify.
Returns:
linkify2String
(
Array
protected
-
url
Converts a url into a <a href="url">link</a>
element with the
link prefixified. Returns an array on the format
described in sgvizler.util.createHTMLElement
.
Parameters:
-
url
StringThe url to linkify.
Returns:
loadCSS
()
protected
Loads the css file sgvizler.charts.css
.