add_fill_simple bug ?

6 views
Skip to first unread message

Sylvain

unread,
Mar 10, 2009, 12:20:10 PM3/10/09
to Python Google Chart
def add_fill_simple(self, colour):
self.markers.append(('B', colour, '1', '1', '1'))

should be replaced with :

def add_fill_simple(self, colour):
self.markers.append(('B', colour, '0', '0', '0'))

else it doesn't work or maybe I don't understand how it works.

Regards
Reply all
Reply to author
Forward
0 new messages