Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.scales |
Modifier and Type | Method and Description |
---|---|
LinearScale |
Scales.linear()
Constructs a new linear scale with the default domain [0,1] and the
default range [0,1].
|
Modifier and Type | Method and Description |
---|---|
LinearScale |
LinearScale.nice()
Extends the domain so that it starts and ends on nice round values.
|
LinearScale |
LinearScale.nice(int count)
Same as
nice() but with more control. |
Copyright © 2015 gwt-d3. All rights reserved.