Update of /cvsroot/jtoolkit/jToolkit/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18494
Modified Files:
chart.py
Log Message:
Changed the y axis density and added a title to the legend
Index: chart.py
===================================================================
RCS file: /cvsroot/jtoolkit/jToolkit/widgets/chart.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** chart.py 10 Feb 2004 08:25:21 -0000 1.7
--- chart.py 10 Feb 2004 08:27:40 -0000 1.8
***************
*** 70,74 ****
self.chartType = gdchart.GDC_BAR
Chart.__init__(self, charttable, filter)
! self.option(ext_color=colours)
def getdata(self):
--- 70,74 ----
self.chartType = gdchart.GDC_BAR
Chart.__init__(self, charttable, filter)
! self.option(ext_color=colours,ylabel_density=10,title="Legend")
def getdata(self):
***************
*** 78,81 ****
self.ydata = [[finalrow[xcolumn] for xcolumn in self.xcolumns]]
-
\ No newline at end of file
--- 78,80 ----
|