Graph::render

Usage

string Graph::render(StackElement $e)

Description

Generates all necessary Javascript and HTML code to display the graph to the web browser. You should never have to manually execute this method.

Parameters

Parameter Required Type Description
$e Yes StackElement The HTML tag that is replaced with the graph.

Return Value

The full Javascript and HTML code of the graph.

See Also