Sylvain
unread,Mar 10, 2009, 12:20:10 PM3/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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