Package | Description |
---|---|
com.github.gwtd3.api.scales |
Modifier and Type | Class and Description |
---|---|
class |
DiscreteQuantitativeScale<S extends DiscreteQuantitativeScale<S>>
QuantitativeScale with a discrete output range. |
Modifier and Type | Class and Description |
---|---|
class |
QuantileScale
Quantile scales map an input domain to a discrete range.
|
class |
QuantizeScale
Quantize scales are a variant of linear scales with a discrete rather than
continuous range.
|
class |
ThresholdScale
Threshold scales are similar to quantize scales, except they allow you to map
arbitrary subsets of the domain to discrete values in the range.
|
Copyright © 2015 gwt-d3. All rights reserved.