Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Feb 8, 2010
1 parent fb26e06 commit c219985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Graphics/GChart.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ barwidthspacing bw b g = (Just (BarWidth bw), Just (Fixed (b,g)))
relative :: Float -> Float -> BarChartWidthSpacing
relative b g = (Nothing, Just (Relative (b,g)))



-- | Shape Marker
makeShapeMarker :: ShapeMarker
makeShapeMarker = defaultShapeMarker
Expand Down
1 change: 1 addition & 0 deletions Graphics/GChart/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module Graphics.GChart.Types (
-- * Default Values
{-| These functions return default values for complex parameters, which can be
used as starting points to construct parameters when creating charts. -}

defaultChart, defaultAxis, defaultGrid, defaultSpacing, defaultShapeMarker,
defaultRangeMarker, defaultFinancialMarker
) where
Expand Down

0 comments on commit c219985

Please sign in to comment.