<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Recent changes to bugs</title><link>http://sourceforge.net/p/jfreechart/bugs/</link><description>Recent changes to bugs</description><language>en</language><lastBuildDate>Wed, 22 May 2013 01:03:07 -0000</lastBuildDate><item><title>#1087 Combined XY Plot Axis Display Area Problem</title><link>http://sourceforge.net/p/jfreechart/bugs/1087/?limit=50#6783</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This problem is still remained in 1.0.14, and I tried 2#'s way but no effect.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rocktyt</dc:creator><pubDate>Wed, 22 May 2013 01:03:07 -0000</pubDate><guid>http://sourceforge.net48e7c4c9aab8d41ca746a1b89da0ae30085f7866</guid></item><item><title>Maven release depends on junit</title><link>http://sourceforge.net/p/jfreechart/bugs/1110/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since 1.0.14 the maven release has dependencies to&lt;/p&gt;
&lt;p&gt;com.lowagie     itext           2.1.5&lt;br /&gt;
javax.servlet   servlet-api     2.5&lt;br /&gt;
junit           junit           3.8.2&lt;br /&gt;
xml-apis    xml-apis    1.3.04&lt;/p&gt;
&lt;p&gt;to get it integrated into a war/ear one has to exclude these dependencies.&lt;br /&gt;
The maven release should only depend on libraries needed to use jfreechart.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Walter</dc:creator><pubDate>Tue, 14 May 2013 21:30:14 -0000</pubDate><guid>http://sourceforge.neteac79fdcb9c2ab46c887f04c1700c518fddf9714</guid></item><item><title>Waterfall: 0 values get color of last bar.</title><link>http://sourceforge.net/p/jfreechart/bugs/1109/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We noticed this by setting custom colors: if a (middle) bar has value 0, the smal line (for value 0) will be shown in the color that is set for the last bar.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">m.hilpert</dc:creator><pubDate>Mon, 22 Apr 2013 12:41:46 -0000</pubDate><guid>http://sourceforge.net3985ec00fdcdf3df24f1674015c3f1059d470927</guid></item><item><title>Graph issue where labels don't match up with data bars</title><link>http://sourceforge.net/p/jfreechart/bugs/1108/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Customer reported that in a bar graph that they have created, the labels do not match up with the bars in the graph. This is due to an extra label on their graph without information in it, however the labels should still match up with the graph bars that are affiliated with them.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dmosier</dc:creator><pubDate>Fri, 08 Feb 2013 22:35:45 -0000</pubDate><guid>http://sourceforge.net6492e6dbffa940fecf925c549323e1426a9ce6f4</guid></item><item><title>PeriodAxis incorrect TimeZone</title><link>http://sourceforge.net/p/jfreechart/bugs/1107/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The PeriodAxis is missing one timezone related code:&lt;/p&gt;
&lt;p&gt;df.setTimeZone(timeZone);&lt;/p&gt;
&lt;p&gt;this should be after the line 888 (PeriodAxis.java).&lt;/p&gt;
&lt;p&gt;Without this line the timezone settings doesn't work.&lt;/p&gt;
&lt;p&gt;You can see the problem on this stackoverflow question: &lt;a href="http://stackoverflow.com/questions/14711105/periodaxis-incorrect-timezone"&gt;http://stackoverflow.com/questions/14711105/periodaxis-incorrect-timezone&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tiago</dc:creator><pubDate>Tue, 05 Feb 2013 19:14:27 -0000</pubDate><guid>http://sourceforge.net878afea79e88704c4c02f9b56f9eb531f1ccfc3c</guid></item><item><title>#1106 Base ignored when use a CustomLogAxis</title><link>http://sourceforge.net/p/jfreechart/bugs/1106/?limit=50#56bf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This was a mistake: in a logarithmic scale all multiples have the same distance - independent of the base! Between 1,2,4,8, ... is the same distance, as between 1, 10, 100, 1000, ...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joachim Unger</dc:creator><pubDate>Mon, 04 Feb 2013 14:36:01 -0000</pubDate><guid>http://sourceforge.net2d420c6f9852445479478f7a1f98accb8325c3e8</guid></item><item><title>#1106 Base ignored when use a CustomLogAxis</title><link>http://sourceforge.net/p/jfreechart/bugs/1106/?limit=25#f225</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;That's not a base 2 scaling.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joachim Unger</dc:creator><pubDate>Thu, 31 Jan 2013 20:03:10 -0000</pubDate><guid>http://sourceforge.netfc3cbd57425303c44695f844ebb5d14eade5cdf6</guid></item><item><title>Base ignored when use a CustomLogAxis</title><link>http://sourceforge.net/p/jfreechart/bugs/1106/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When using a custom LogAxis for own label drawing, the value posted by setBase() will be  ignored. - Even   "double n = axis.calculateLog(2);"  works.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joachim Unger</dc:creator><pubDate>Thu, 31 Jan 2013 20:01:10 -0000</pubDate><guid>http://sourceforge.net20bd68b43ca9b1fdeea68e843227c8c0bb60d9b4</guid></item><item><title>#1105 HeatMapUtilities.createHeatMapImage not respecting NaN z values</title><link>http://sourceforge.net/p/jfreechart/bugs/1105/?limit=25#b764</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Passing NaN breaks LookupPaintScale, but I guess I could just make a "LookupPaintScaleThatHandlesNaN" class that owns a LookupPaintScale.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aron</dc:creator><pubDate>Wed, 02 Jan 2013 21:33:51 -0000</pubDate><guid>http://sourceforge.net30697ce0a7deb4f88265f903417d9279470cd084</guid></item><item><title>#1104 Glitches during the animation of a plot</title><link>http://sourceforge.net/p/jfreechart/bugs/1104/?limit=25#347b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Do you have a specific example of this that I can take a look at?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Gilbert</dc:creator><pubDate>Tue, 01 Jan 2013 18:09:46 -0000</pubDate><guid>http://sourceforge.net31dbcdbaccaac195c11145968a99a060338d20dc</guid></item></channel></rss>