Class | Description |
---|---|
Arc |
A generator to create an arc by defining the inner radius, the outer radius, the start angle, and the end angle.
|
Area | |
Axis |
D3’s axis component displays reference lines for
Scale s
automatically. |
Brush | |
Chord | |
Diagonal |
Diagonal generator.
|
Line |
Generate a piecewise linear curve, as in a line chart.
|
Lines |
Factory class for lines.
|
PathDataGenerator |
A
PathDataGenerator is an object containing information to simplify
the construction of the d attribute for SVG path
element, allowing users to generate complex shapes. |
RadialLine |
A line generator where each points may be expressed as radial coordinates.
|
SVG |
Provide access to svg routines.
|
Symbol |
A
PathDataGenerator generating symbols shapes. |
Enum | Description |
---|---|
Area.InterpolationMode | |
Axis.Orientation |
Orientation of the ticks in relation to the axis.
|
Brush.BrushEvent | |
Line.InterpolationMode |
Interpolation mode to be specified in
Line.interpolate(InterpolationMode) . |
Symbol.Type |
Shape of the symbol.
|
Copyright © 2013 gwt-d3. All Rights Reserved.