Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.scales |
Modifier and Type | Method and Description |
---|---|
LogScale |
Scales.log()
Constructs a new log scale with the default domain [1,10], the default
range [0,1], and the base 10.
|
Modifier and Type | Method and Description |
---|---|
LogScale |
LogScale.base(int b)
Sets the base for this logarithmic scale.
|
LogScale |
LogScale.nice()
Extends the domain so that it starts and ends on nice round values.
|
Copyright © 2015 gwt-d3. All rights reserved.