Description
Build the script to execute the graph generation codeInvoke createViz to create the graph defined in script 'bw_gv_id_$id' inside the div with
Usage
bw_graphviz_generate_createViz( $id );Parameters
- $id
- ( mixed ) required –
Returns
voidTO DO
This doesn't look particularly jQueryish to me! Should it be improved?TO DO
Support something other then generating svgTO DO
Find out how to generate links in the graphSource
File name: oik-bob-bing-wide/shortcodes/oik-graphviz.phpLines:
1 to 5 of 5
function bw_graphviz_generate_createViz( $id ) { stag( "script" ); e( "bw_gv_div_$id.innerHTML = createViz( 'bw_gv_id_$id', 'svg' );" ); etag( "script" ); }View on GitHub
Invoked by
Call hooks
API Letters:
