packages feed

hvega-theme 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Graphics.Vega.VegaLite.Theme: Config :: Maybe Double -> Text -> Text -> Text -> Maybe Double -> Maybe Double -> Maybe Double -> Config
+ Graphics.Vega.VegaLite.Theme: [configAxisColor] :: Config -> Text
+ Graphics.Vega.VegaLite.Theme: [configFontSize] :: Config -> Maybe Double
+ Graphics.Vega.VegaLite.Theme: [configFont] :: Config -> Text
+ Graphics.Vega.VegaLite.Theme: [configHeight] :: Config -> Maybe Double
+ Graphics.Vega.VegaLite.Theme: [configLabelAngle] :: Config -> Maybe Double
+ Graphics.Vega.VegaLite.Theme: [configLabelFont] :: Config -> Text
+ Graphics.Vega.VegaLite.Theme: [configWidth] :: Config -> Maybe Double
+ Graphics.Vega.VegaLite.Theme: data Config

Files

hvega-theme.cabal view
@@ -1,5 +1,5 @@ name:                hvega-theme-version:             0.2.0.1+version:             0.2.0.2 synopsis:            Theme for hvega. description:         A professional theme for publication quality figures. homepage:            http://github.com/GregorySchwartz/hvega-theme#readme
src/Graphics/Vega/VegaLite/Theme.hs view
@@ -9,6 +9,7 @@ module Graphics.Vega.VegaLite.Theme   ( theme   , defaultConfig+  , Config (..)   ) where  -- Remote