hvega-theme 0.2.0.3 → 0.2.0.4
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.3+version: 0.2.0.4 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
@@ -43,7 +43,7 @@ . configuration (ViewStyle $ viewConfig c) . configuration (LegendStyle $ legendConfig c) . configuration (TitleStyle $ titleConfig c)- . configuration (Axis $ axisConfig c)+ . configuration (Axis $ axisConfig (c { configLabelAngle = Nothing })) -- Never change rotation for y axis. . configuration (AxisX $ axisConfig c) . configuration (AxisY $ axisConfig (c { configLabelAngle = Nothing})) -- Never change rotation for y axis.