Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. type BeamSqlBackendOrderingSyntax be = Sql92SelectOrderingSyntax BeamSqlBackendSelectSyntax be

    beam-core Database.Beam.Backend.SQL

    No documentation available.

  2. barLegendOptions :: BarOptions -> LegendOptions

    chart-svg Chart.Bar

    No documentation available.

  3. data LegendOptions

    chart-svg Chart.Hud

    Legend options

    >>> defaultLegendOptions
    LegendOptions {legendSize = 0.3, buffer = 0.1, vgap = 0.2, hgap = 0.1, textStyle = Style {size = 0.16, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, textAnchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, innerPad = 0.1, outerPad = 2.0e-2, frame = Just (Style {size = 6.0e-2, borderSize = 5.0e-3, color = Colour 0.05 0.05 0.05 0.00, borderColor = Colour 0.05 0.05 0.05 1.00, scaleP = NoScaleP, textAnchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}), place = PlaceRight, anchoring = 0.0, anchorTo = CanvasStyleSection, numStacks = 1, alignCharts = AlignRight, scaleChartsBy = 0.25, scaleP = ScalePX, legendCharts = []}
    

  4. LegendOptions :: Double -> Double -> Double -> Double -> Style -> Double -> Double -> Maybe Style -> Place -> Double -> HudChartSection -> Int -> Align -> Double -> ScaleP -> [(Text, [Chart])] -> LegendOptions

    chart-svg Chart.Hud

    No documentation available.

  5. defaultLegendOptions :: LegendOptions

    chart-svg Chart.Hud

    The official legend options

  6. data SurfaceLegendOptions

    chart-svg Chart.Surface

    Legend specialization for a surface chart.

  7. SurfaceLegendOptions :: AxisOptions -> Double -> Int -> Range Double -> Rect Double -> SurfaceStyle -> SurfaceLegendOptions

    chart-svg Chart.Surface

    No documentation available.

  8. defaultSurfaceLegendOptions :: SurfaceLegendOptions

    chart-svg Chart.Surface

    official surface legend options

  9. textFieldCursorSelectEndOfLine :: TextFieldCursor -> TextFieldCursor

    cursor Cursor.TextField

    No documentation available.

  10. data LegendOrientation

    hvega Graphics.Vega.VegaLite

    Indicates the legend orientation. See the Vega-Lite documentation for more details.

Page 30 of many | Previous | Next