Module for generating graphics via d3
Classes
Events
-
RadioRequestGraphGetGraphParams
devtools/jsdoc/events.js, line 1521 -
Returns the current graph params.
Listeners of This Event:
Example
Radio.request("Graph", "getGraphParams");
-
RadioTriggerGraphCreateGraph
devtools/jsdoc/events.js, line 1514 -
starts the generating of a graphic
Name Type Description graphConfig
Object contains the options for the graphic Listeners of This Event:
Example
Radio.trigger("Graph", "createGraph", graphconfig);