Graph
Graph is the base class of all operations withing the GraphJS. It acts as a factory-pattern for creating any types of charts.
Constructor Summary
Public Constructor | ||
public |
constructor(grammar: string) Creates an instance of the class Graph |
Member Summary
Private Members | ||
private |
_chart: * Holds the instance of the charts types that was created within the object with the initial grammar. |
Method Summary
Public Methods | ||
public |
Parse the grammar given by the user. |
|
public |
Return the JSON output string created by parsing the input grammar. |
Public Constructors
Private Members
private _chart: * source
Holds the instance of the charts types that was created within the object with the initial grammar.