Exemplo n.º 1
0
 def __init__(self, labels, width=450, height=450, params={}):
     self.top = None
     self.opac = 1
     LineChart.__init__(self, labels, width, height, params)
Exemplo n.º 2
0
	def __init__(self, labels, width=450, height=450, params={}):
		self.top = None
		self.opac = 1
		LineChart.__init__(self,labels,width,height,params)
Exemplo n.º 3
0
 def __init__(self, labels, width=450, height=450, params={}):
     LineChart.__init__(self, labels, width, height, params)
     self.type = 'Bar'
     self.struct = 'bars'
Exemplo n.º 4
0
	def __init__(self, labels, width=450, height=450, params={}):
		LineChart.__init__(self,labels,width,height,params)
		self.type = 'Bar'
		self.struct = 'bars'