Browse Source

Solve the incident problem

pull/343/head
qins 8 years ago
parent
commit
26f983b5c7
  1. 2
      pygal/graph/line.py

2
pygal/graph/line.py

@ -167,7 +167,7 @@ class Line(Graph):
else:
# plain vanilla rendering
sequences = [view_values]
if self.logarithmic:
if self.logarithmic:
for seq in sequences:
for ele in seq[::-1]:
y = points[seq.index(ele)][1]

Loading…
Cancel
Save