Ejemplo n.º 1
0
 def check_integrity(self):
     self.type_check()
     pychart_util.check_data_integrity(self, self.data,
                                       (self.bcol, self.hcol))
     self.compute_abs_data()
Ejemplo n.º 2
0
    def check_integrity(self):
	self.type_check()
        pychart_util.check_data_integrity(self, self.data,
                                          (self.xcol, self.ycol))
Ejemplo n.º 3
0
 def check_integrity(self):
     self.type_check()
     pychart_util.check_data_integrity(self, self.data,
                                       (self.label_col, self.data_col))
Ejemplo n.º 4
0
 def check_integrity(self):
     self.type_check()
     pychart_util.check_data_integrity(
         self, self.data, (self.xcol, self.min_col, self.max_col))