Browse Source

Finished the port of the Line chart. Now basic sample renders properly.

pull/8/head
Jason R. Coombs 14 years ago
parent
commit
d2b151fff9
  1. 2
      svg/charts/line.py

2
svg/charts/line.py

@ -131,7 +131,7 @@ class Line(Graph):
area_path = ' '.join(paths)
origin = paths[-1]
else:
area_path = "V#@graph_height"
area_path = "V%(graph_height)s" % vars(self)
origin = coord_format(get_coords((0,0)))
d = ' '.join((

Loading…
Cancel
Save