API Docs for: 0.6.0
Show:

sgvizler.visualization.util Class

Utility functions for chart functions.

.visualization

Methods

linkify

(
  • url
  • arraySyntax
)
String private

Converts a url into a prefixified link.

Parameters:

  • url String

    The url to linkify.

  • arraySyntax Boolean

    Flag if results should be rendered in array syntax (true), or as an HTML string (false).

Returns:

linkify2String

(
  • url
)
String protected

Converts a url into a <a href=""> element with the link prefixified.

Parameters:

  • url String

    The url to linkify.

Returns:

linkify2String

(
  • url
)
Array protected

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 String

    The url to linkify.

Returns:

loadCSS

() protected

Loads the css file sgvizler.charts.css.