Skip to content

Commit

Permalink
Added options for Horizontal Line Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
hektorinho committed Jan 29, 2016
1 parent c271f10 commit d0645df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygal/test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Line, Dot, Pie, Treemap, Radar, Config, Bar, Funnel,
Histogram, Gauge, Box, XY,
Pyramid, HorizontalBar, HorizontalStackedBar,
HorizontalStackedLine, HorizontalLine,
DateTimeLine, TimeLine, DateLine, TimeDeltaLine)
from pygal.graph.map import BaseMap
from pygal.graph.horizontal import HorizontalGraph
Expand Down Expand Up @@ -434,6 +435,7 @@ def test_y_label_major(Chart):
if Chart in (
Pie, Treemap, Funnel, Dot, Gauge, Histogram, Box,
HorizontalBar, HorizontalStackedBar,
HorizontalStackedLine, HorizontalLine,
Pyramid, DateTimeLine, TimeLine, DateLine,
TimeDeltaLine
) or issubclass(Chart, BaseMap):
Expand Down

0 comments on commit d0645df

Please sign in to comment.