Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
AxTickMinStep :: Double -> AxisPropertyhvega Graphics.Vega.VegaLite The minimum desired step between axis ticks, in terms of the scale domain values.
DnMaxSteps :: Natural -> DensityPropertyhvega Graphics.Vega.VegaLite The maximum number of samples to take from the extent domain. The default is 200.
DnMinSteps :: Natural -> DensityPropertyhvega Graphics.Vega.VegaLite The minimum number of samples to take from the extent domain. The default is 25.
DnSteps :: Natural -> DensityPropertyhvega Graphics.Vega.VegaLite This overrides the DnMinSteps and DnMaxSteps options and specified an exact number of steps to take from the extent domain. It can be used with DnExtent to ensure a consistent set of sample points for stacked densities.
GrStep :: (Double, Double) -> GraticulePropertyhvega Graphics.Vega.VegaLite The step angles for the graticule lines, given as a longitude, latitude pair defining the EW and NS intervals respectively. The units are degrees. By default major graticule lines extend to both poles but the minor lines stop at ±80 degrees latitude.
GrStepMajor :: (Double, Double) -> GraticulePropertyhvega Graphics.Vega.VegaLite As GrStep but for the major graticule lines only. The default is (90, 360).
GrStepMinor :: (Double, Double) -> GraticulePropertyhvega Graphics.Vega.VegaLite As GrStep but for the minor graticule lines only. The default is (10, 10).
InStep :: Double -> InputPropertyhvega Graphics.Vega.VegaLite The minimum increment for a range sliders.
LTickMinStep :: Double -> LegendPropertyhvega Graphics.Vega.VegaLite The minimum desired step between legend ticks, in terms of the scale domain values.
MinStep :: Double -> BinPropertyhvega Graphics.Vega.VegaLite A minimum allowable step size.