packages feed

hvega-theme 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hvega-theme.cabal view
@@ -1,5 +1,5 @@ name:                hvega-theme-version:             0.2.0.2+version:             0.2.0.3 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
@@ -45,7 +45,7 @@         . configuration (TitleStyle $ titleConfig c)         . configuration (Axis $ axisConfig c)         . configuration (AxisX $ axisConfig c)-        . configuration (AxisY $ axisConfig c)+        . configuration (AxisY $ axisConfig (c { configLabelAngle = Nothing}))  -- Never change rotation for y axis.  viewConfig :: Config -> [ViewConfig] viewConfig c = catMaybes