public class Lines extends Object
| Constructor and Description |
|---|
Lines() |
| Modifier and Type | Method and Description |
|---|---|
static Lines |
get() |
RadialLine |
radial()
Constructs a new radial line generator with the default radius- and
angle-accessor functions (that assume the input data is a two-element
array of numbers; see below for details), and linear interpolation.
|
public final RadialLine radial()
The returned function generates path data for an open piecewise linear curve, or polyline, as with the Cartesian line generator.
RadialLine.public static final Lines get()
Copyright © 2013 gwt-d3. All rights reserved.