org.singlespaced.d3js

scale

package scale

Visibility
  1. Public
  2. All

Type Members

  1. trait Identity extends Function with BaseScale[Double, Double, Identity]

    Annotations
    @RawJSType() @native()
  2. trait Linear[Range, Output] extends Function with BaseScale[Double, Range, Linear[Range, Output]]

    Annotations
    @RawJSType() @native()
  3. trait Log[Range, Output] extends Function with BaseScale[Double, Range, Log[Range, Output]]

    Annotations
    @RawJSType() @native()
  4. trait Ordinal[Domain, Range] extends Function with Function1[Domain, Range]

    Annotations
    @RawJSType() @native()
  5. trait Pow[Range, Output] extends Function with BaseScale[Double, Range, Pow[Range, Output]]

    Annotations
    @RawJSType() @native()
  6. trait Quantile[T] extends Function with Function1[Double, T]

    Annotations
    @RawJSType() @native()
  7. trait Quantize[T] extends Function with Function1[Double, T]

    Annotations
    @RawJSType() @native()
  8. trait Threshold[Domain, Range] extends Function with Function1[Double, Range]

    Annotations
    @RawJSType() @native()

Ungrouped