Skip to content

Commit

Permalink
Merge pull request #18 from sndgeek/master
Browse files Browse the repository at this point in the history
Proposed fix for Issue #17
  • Loading branch information
jaraco authored Jan 4, 2017
2 parents 7832065 + ccfffc3 commit cc91643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg/charts/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_x_labels(self):
return self.fields

def calculate_left_margin(self):
super(self.__class__, self).calculate_left_margin()
super(Line, self).calculate_left_margin()
label_left = len(self.fields[0]) / 2 * self.font_size * 0.6
self.border_left = max(label_left, self.border_left)

Expand Down

0 comments on commit cc91643

Please sign in to comment.