Search found 2 matches

by arribaarriba
Thu Jan 09, 2014 10:32 pm
Forum: JFreeChart
Topic: Code correction
Replies: 1
Views: 3767

Code correction

Hello, can you please modify line 897 in AbstractXYItemRenderer.java from band = new Rectangle2D.Double(Math.min(x1, x2), dataArea.getMinY(), Math.abs(x2 - x1), dataArea. getWidth() ); to band = new Rectangle2D.Double(Math.min(x1, x2), dataArea.getMinY(), Math.abs(x2 - x1), dataArea. getHeight() );
by arribaarriba
Thu Dec 12, 2013 10:56 am
Forum: JFreeChart
Topic: JFreeChart 1.0.17
Replies: 9
Views: 23424

Re: JFreeChart 1.0.17

Hi, I would like to post modifications to your code concerning DateAxis and NumberAxis classes. Sorry I do not have time to do more than posting it here. The problem: when you set a custom formatter for a date or a number axis you could end up with several ticks that have the same label (e.g. a "###...