| Package | Description |
|---|---|
| com.github.gwtd3.api.time |
| Modifier and Type | Method and Description |
|---|---|
TimeScale |
TimeScale.nice(Interval interval)
Extends the domain so that it starts and ends on nice round values as
determined by the specified time interval.
|
TimeScale |
TimeScale.nice(Interval interval,
int step)
Extends the domain so that it starts and ends on nice round values as
determined by the specified time interval and step count.nd optional step
count.
|
TimeScale |
Time.scale()
Constructs a new time scale with the default domain and range; the ticks
and tick format are configured for local time.
|
TimeScale |
Time.utc()
Constructs a new time scale with the default domain and range; the ticks
and tick format are configured for UTC time.
|
Copyright © 2015 gwt-d3. All rights reserved.