Class Index | File Index

Classes


Function Namespace d3.raphael


Defined in: raphael.js.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
d3.raphael(paper)
Initializes and creates the root D3RaphaelSelection for the specified Raphael Paper.
Method Summary
Method Attributes Method Name and Description
<static>  
d3.raphael.axis()
Constructs a Raphael axis renderer function.
Function Namespace Detail
d3.raphael(paper)
Initializes and creates the root D3RaphaelSelection for the specified Raphael Paper.
var paper = new Raphael(document.body, 300, 200);
var d3_raphael_selection = d3.raphael(paper);
Parameters:
{Raphael.Paper} paper
Returns:
{D3RaphaelSelection} a selection of the root Raphael.Paper element
See:
Raphael
Raphael.Paper
Method Detail
<static> {D3RaphaelAxis} d3.raphael.axis()
Constructs a Raphael axis renderer function.
Defined in: axis.js.
Returns:
{D3RaphaelAxis}
See:
d3.svg.axis

Documentation generated by JsDoc Toolkit 2.4.0 on Sat May 05 2012 17:28:38 GMT-0700 (PDT)