marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

bar chart fixes #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
  * bar width should be a function of the interval represented by the bar, optionally pixel width
  * align right left or center
  * percent of interval width to fill, eg width: 80% would fill 80% of the interval

Original issue reported on code.google.com by socon...@gmail.com on 19 Feb 2008 at 10:12

GoogleCodeExporter commented 9 years ago
 * bar width "one month" 
 * points not rendered (top of bar)

Original comment by socon...@gmail.com on 28 Jun 2008 at 12:29

GoogleCodeExporter commented 9 years ago
Bar chart functionality resurrected in r722.  See check-in comments for details.

Original comment by chadtaka...@gmail.com on 12 Nov 2008 at 5:53

GoogleCodeExporter commented 9 years ago
r743: BarChartXYRenderer now sets bar width according to the 
'GssProperties.width' property.  Meaningful values 
are in the range [1, 100].  Values outside of this range are bounded.  The 
default value (defined in 
MockGssProperties) is 75%.

In the context of a bar chart, the 'width' property represents a 
percentage-of-maximum-width for the rendered 
bars.

Original comment by chadtaka...@gmail.com on 14 Nov 2008 at 11:28

GoogleCodeExporter commented 9 years ago
Closing this issue, as basic barchart functionality is now present.  Specific 
bugs/issues can be logged separately.

Original comment by chadtaka...@gmail.com on 25 Nov 2008 at 3:36