Module for generating graphics via d3
Classes
Events
-
RadioRequestGraphGetGraphParams
devtools/jsdoc/events.js, line 1515 -
Returns the current graph params.
Listeners of This Event:
Example
Radio.request("Graph", "getGraphParams");
-
RadioTriggerGraphCreateGraph
devtools/jsdoc/events.js, line 1508 -
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);