Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. GrStepMajor :: (Double, Double) -> GraticuleProperty

    hvega Graphics.Vega.VegaLite

    As GrStep but for the major graticule lines only. The default is (90, 360).

  2. GrStepMinor :: (Double, Double) -> GraticuleProperty

    hvega Graphics.Vega.VegaLite

    As GrStep but for the minor graticule lines only. The default is (10, 10).

  3. InStep :: Double -> InputProperty

    hvega Graphics.Vega.VegaLite

    The minimum increment for a range sliders.

  4. LTickMinStep :: Double -> LegendProperty

    hvega Graphics.Vega.VegaLite

    The minimum desired step between legend ticks, in terms of the scale domain values.

  5. MinStep :: Double -> BinProperty

    hvega Graphics.Vega.VegaLite

    A minimum allowable step size.

  6. QtStep :: Double -> QuantileProperty

    hvega Graphics.Vega.VegaLite

    The interval between probabilities when performing a quantile transformation. All value from half the given step size to 1 will be sampled, and is only used if QtProbs is not set.

  7. TUStep :: Double -> BaseTimeUnit -> TimeUnit

    hvega Graphics.Vega.VegaLite

    The number of steps between time-unit bins, in terms of the least-significant unit provided. So TUStep 14 YearMonthDate will bin temporal data into bi-weekly groups.

  8. UtcStep :: Double -> BaseTimeUnit -> TimeUnit

    hvega Graphics.Vega.VegaLite

    The number of steps between time-unit bins, in terms of the least-significant unit provided for UTC times. So UtcStep 14 YearMonthDate] will bin temporal data into bi-weekly groups.

  9. ViewStep :: Double -> ViewConfig

    hvega Graphics.Vega.VegaLite

    Default step size for discrete fields. This replaces SCRangeStep and SCTextXRangeStep from ScaleConfig.

  10. heightStep :: Double -> PropertySpec

    hvega Graphics.Vega.VegaLite

    Set the height of the discrete y-field (e.g. individual bars in a horizontal bar chart). The total height is then calculated based on the number of discrete fields (e.g. bars).

    toVegaLite
    [ heightStep 17
    , data []
    , enc []
    , mark Bar []
    ]
    
    This replaces the use of SRangeStep from ScaleProperty.

Page 56 of many | Previous | Next