<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/chart2d/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/chart2d/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 07 Mar 2011 12:50:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chart2d/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>User Defined Tick Marks</title><link>https://sourceforge.net/p/chart2d/feature-requests/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There should be a  method to create Tick Marks at uniform Intervals. Currently the tick marks are generated according to the data in Trace. It should be overridden a method which can generate uniform Tick intervals like 10,20,30 etc... This way Number of Grid Lines on any Axis can also be controlled by the user&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gunjan Nigam</dc:creator><pubDate>Mon, 07 Mar 2011 12:50:13 -0000</pubDate><guid>https://sourceforge.netb470456d276323cf45e11b12f88a3d2fcbfbb315</guid></item><item><title>Linetype doted, dashed</title><link>https://sourceforge.net/p/chart2d/feature-requests/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;i use you Chart for my Application, but i need more then colors for the lines, because i have ca 80 lines and this is a problem when i only use colors.&lt;/p&gt;
&lt;p&gt;i would use doted or dashed lines combinated whit colors.  i wouldn't change your code, so i ask you to implement this.&lt;/p&gt;
&lt;p&gt;I hope, you will implement this feature, very fast.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
HaTeCreW&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HaTeCreW</dc:creator><pubDate>Thu, 24 May 2007 10:35:08 -0000</pubDate><guid>https://sourceforge.net0934a61e18dd256395768e21ac2c2f5e0eddc808</guid></item><item><title>Chart 2D features</title><link>https://sourceforge.net/p/chart2d/feature-requests/38/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have to use a java based chart in my project. But, i don't know the features provided by Chart2D and whether it will fit into my project. &lt;/p&gt;
&lt;p&gt;The technologies i use in my project are :-&lt;br /&gt;
jdk1.4.1&lt;br /&gt;
Struts 1.2.8&lt;br /&gt;
JSP&lt;br /&gt;
Tomcat&lt;br /&gt;
iBatis ..etc.,&lt;/p&gt;
&lt;p&gt;I want to generate chart depending upon certain Business related parameters that the end user will select from the form and submit, then corresponding data will be retirved from the database and used to plot a chart as an image which the user must be able to save as JPEG. Also, does CHART2D provide facility to tweak the parameters of the chart ...for e.g., FONT, LEGEND, COLOR, LINE SHAPE and COLOR, TICK MARKS ON THE AXIS...etc., &lt;/p&gt;
&lt;p&gt;I would be very greatful if you can tell me if such things are supported by Chart2D&lt;/p&gt;
&lt;p&gt;Million thanks in advance&lt;/p&gt;
&lt;p&gt;Thanks and regards&lt;br /&gt;
Omkar Patkar&lt;br /&gt;
omkar.patkar@arrkgroup.com&lt;br /&gt;
patkaromkar@gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">omkar</dc:creator><pubDate>Fri, 04 May 2007 06:03:44 -0000</pubDate><guid>https://sourceforge.netdc73dd7cc408aac1ef314da1769b299fa6f12ee2</guid></item><item><title>add method to writ e to Graphics2D object</title><link>https://sourceforge.net/p/chart2d/feature-requests/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Chart2D only provides a getImage call to retrieve a&lt;br /&gt;
RenderedImage object &lt;br /&gt;
We want to be able to create SVG files using the apache&lt;br /&gt;
batik &lt;br /&gt;
classes. &lt;br /&gt;
If chart2D had a method that reders the graph in an&lt;br /&gt;
externaly provided Graphics2D object directly rather&lt;br /&gt;
than using its backing image then this would be easy. &lt;br /&gt;
At the moment we need to modify the chart2D source to&lt;br /&gt;
add this functionality&lt;br /&gt;
It should not be too hard as the code already accesses&lt;br /&gt;
the image object as a Graphics2D.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">s booth</dc:creator><pubDate>Wed, 24 Aug 2005 10:22:39 -0000</pubDate><guid>https://sourceforge.netd5dce0e4ace450c72b0dcd580412d3057b1709a0</guid></item><item><title>Does Chart2D support with Mouse Behavior features? </title><link>https://sourceforge.net/p/chart2d/feature-requests/36/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;May i know Does the Chart2D support the functions &lt;br /&gt;
with mouse behavior? &lt;/p&gt;
&lt;p&gt;I learn that we have to implements mouse motion &lt;br /&gt;
listener and mouse listener... however thought i have &lt;br /&gt;
implemented it, it still doesnt work properly. &lt;/p&gt;
&lt;p&gt;Like said i want to get the X and Y coordinates from the &lt;br /&gt;
chart. the X Y coordinates does not show in the chart &lt;br /&gt;
after a mouse click. However, i tried to make a simple &lt;br /&gt;
testing by print out the coordinates in the console &lt;br /&gt;
window and it does work..... &lt;/p&gt;
&lt;p&gt;Can anyone please teach me how to show out the X Y &lt;br /&gt;
Coordinate after a mouse click in the chart? thanks if &lt;br /&gt;
someone can help me. thanks&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Deimy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deimy</dc:creator><pubDate>Tue, 03 May 2005 04:23:06 -0000</pubDate><guid>https://sourceforge.net58a9728204a93efe11ea79b076d42e0f675f79ed</guid></item><item><title>B/W for printing</title><link>https://sourceforge.net/p/chart2d/feature-requests/35/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To print the grahic with java print method shows poor&lt;br /&gt;
resutls for black and white printers. I tried to use&lt;br /&gt;
only grey-shades. But some texts are not possible to&lt;br /&gt;
set. But light_grey is not printing very well.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harald Wallus</dc:creator><pubDate>Wed, 21 Apr 2004 08:22:27 -0000</pubDate><guid>https://sourceforge.netd490f546cbba2b8be896fdda763a2ea76a8aeeb1</guid></item><item><title>sorting of bars in clustered bar chart</title><link>https://sourceforge.net/p/chart2d/feature-requests/34/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I'd like to be able to sort the bars in each&lt;br /&gt;
cluster based on the value (length of the bar), rather&lt;br /&gt;
than always displaying the bars in the same order.  Is&lt;br /&gt;
this possible?  If not, I might add the feature myself,&lt;br /&gt;
but if someone could give me some pointers into the&lt;br /&gt;
code to get started that would be great.  Thanks,&lt;br /&gt;
Brendan McMahan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan McMahan</dc:creator><pubDate>Mon, 22 Mar 2004 20:57:52 -0000</pubDate><guid>https://sourceforge.net0bf497631f1cf90b36ec620b94f7da9f1bcd635f</guid></item><item><title>Code Cleanup and getting rid of final classes</title><link>https://sourceforge.net/p/chart2d/feature-requests/33/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you import the source into Eclispse, all sorts of&lt;br /&gt;
bells go off due to unused imports and using static&lt;br /&gt;
methods incorrectly.  Also, the chart classes are all&lt;br /&gt;
marked &amp;amp;quot;final&amp;amp;quot; without any reason, and I had reason to&lt;br /&gt;
subclass them.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The attached patch cleans up the code to be useful&lt;br /&gt;
inside Eclipse and unmarks the classes as final.  It is&lt;br /&gt;
functionally the same.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Hostetler</dc:creator><pubDate>Thu, 23 Oct 2003 18:05:44 -0000</pubDate><guid>https://sourceforge.net720095dd098d6094fcbff5092706518df8840d0b</guid></item><item><title>How to use thousand separator for the numbers axis?</title><link>https://sourceforge.net/p/chart2d/feature-requests/32/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a way to have thousand pontuated numbers &lt;br /&gt;
on the number axis?&lt;/p&gt;
&lt;p&gt;I work with very large numbers and it's difficult to see &lt;br /&gt;
their magnitude without the pontuation.&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/">Jose Marcelo Silva Fascio</dc:creator><pubDate>Mon, 14 Apr 2003 19:55:23 -0000</pubDate><guid>https://sourceforge.netc24123e027c147f78a056fa762a612fa00cb68ce</guid></item><item><title>Avoid a line chart to plot a NaN value.</title><link>https://sourceforge.net/p/chart2d/feature-requests/31/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I'm using Chart2D and think it is a very good library. &lt;br /&gt;
Congratulations Jason. &lt;br /&gt;
Using Chart2D to plot a line chart, I'm having &lt;br /&gt;
problems with Float.NaN values. When I use them, &lt;br /&gt;
they are considered zero values, and the line to that &lt;br /&gt;
point is ploted. What I need is that, if a value is &lt;br /&gt;
Float.NaN, the line stops on the previous value, and &lt;br /&gt;
starts again after the next value. &lt;/p&gt;
&lt;p&gt;Is this possible to do with the current version?&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;J.Marcelo.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jose Marcelo Silva Fascio</dc:creator><pubDate>Thu, 10 Apr 2003 16:21:28 -0000</pubDate><guid>https://sourceforge.netfe6e795638e95c7ba6a92eb18c4a5bb023bb58fa</guid></item></channel></rss>