Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.scales |
Modifier and Type | Method and Description |
---|---|
PowScale |
Scales.pow()
Constructs a new power scale with the default domain [0,1], the default
range [0,1], and the default exponent 1.
|
PowScale |
Scales.sqrt()
Constructs a new power scale with the default domain [0,1], the default
range [0,1], and the exponent .5.
|
Modifier and Type | Method and Description |
---|---|
PowScale |
PowScale.exponent(double e)
Sets the current exponent to the given numeric value.
|
PowScale |
PowScale.nice()
Extends the domain so that it starts and ends on nice round values.
|
PowScale |
PowScale.nice(int count)
Same as
nice() but with more control. |
Copyright © 2015 gwt-d3. All rights reserved.