Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. PiLimit :: Natural -> PivotProperty

    hvega Graphics.Vega.VegaLite

    The maximum number of fields to generate when pivoting. If 0 or unspecified all fields are pivoted. The pivot names are sorted into ascending order before the limit is applied.

  2. PiOp :: Operation -> PivotProperty

    hvega Graphics.Vega.VegaLite

    The aggregation operation to apply to grouped fields.

  3. data PivotProperty

    hvega Graphics.Vega.VegaLite

    Configure the pivot operation.

  4. Plain :: FieldTitleProperty

    hvega Graphics.Vega.VegaLite

    Just use the field name without any extra text.

  5. PmType :: Measurement -> PositionChannel

    hvega Graphics.Vega.VegaLite

    Level of measurement when encoding with a position channel.

  6. Point :: Mark

    hvega Graphics.Vega.VegaLite

    Point mark for symbolising a data point with a symbol.

  7. data PointMarker

    hvega Graphics.Vega.VegaLite

    The properties of a point marker on a line or area mark. For use with MPoint.

  8. PointStyle :: [MarkProperty] -> ConfigurationProperty

    hvega Graphics.Vega.VegaLite

    The default appearance of point marks.

  9. data Position

    hvega Graphics.Vega.VegaLite

    Type of position channel, X and Y represent horizontal and vertical axis dimensions on a plane and X2 and Y2 represent secondary axis dimensions where two scales are overlaid in the same space. Geographic positions represented by longitude and latiutude values are identified with Longitude, Latitude and their respective secondary equivalents. Such geographic position channels are subject to a map projection (set using projection) before being placed graphically.

  10. data PositionChannel

    hvega Graphics.Vega.VegaLite

    Position channel properties used for creating a position channel encoding.

Page 713 of many | Previous | Next