Search found 9 matches
- Wed Oct 31, 2007 11:37 pm
- Forum: JFreeChart
- Topic: DefaultKeyedValues does not scale well
- Replies: 4
- Views: 5550
I saw that the changes have already been copied over to the branch in the svn repository, therefore I checked out the source code, compiled jfreechart and reran the unit test. Generating a CategoryChart with 5500 data points now takes about 15 seconds on my laptop. Creating a similar chart on my mor...
- Wed Oct 31, 2007 12:06 am
- Forum: JFreeChart
- Topic: DefaultKeyedValues does not scale well
- Replies: 4
- Views: 5550
DefaultKeyedValues does not scale well
Among other methods in this class the getIndex(Comparable key) method iterates over the data list to find the matching row. This does not scale well with category charts that contain several thousands data points. I wrote a unit test that uses the LineAndShapeRenderer to create scatter plot and prof...
- Wed Sep 05, 2007 11:44 pm
- Forum: JFreeChart
- Topic: Orson Chart Beans
- Replies: 27
- Views: 52040
- Wed Aug 29, 2007 10:30 pm
- Forum: JFreeChart
- Topic: Orson Chart Beans
- Replies: 27
- Views: 52040
- Tue Aug 19, 2003 3:45 pm
- Forum: JFreeChart
- Topic: Image Map generation not flexible enough
- Replies: 11
- Views: 22561
Richard,
thanks for taking this up so quickly!
I am looking forward to the next release
(By the way, the javascript library I am using to display tooltips is domTT, http://www.mojavelinux.com/forum/viewtopic.php?t=127).
Georg
thanks for taking this up so quickly!
I am looking forward to the next release

(By the way, the javascript library I am using to display tooltips is domTT, http://www.mojavelinux.com/forum/viewtopic.php?t=127).
Georg
- Mon Aug 11, 2003 1:31 pm
- Forum: JFreeChart
- Topic: How do I use PJAToolkit to solve x11 problem on UNIX box?
- Replies: 6
- Views: 9503
Jeremy, the options I posted work for me on a Tomcat/Solaris 2.8 box. They worked with Tomcat 3.2.1 and now they work with 1.4.0. Sorry, I cannot give you more info on this (no Weblogic available). Most probably, moving to 1.4.1 would be the best solution, but I guess, that road is blocked in your c...
- Fri Aug 08, 2003 4:23 pm
- Forum: JFreeChart
- Topic: Arrrgh! Lots of API changes again!
- Replies: 8
- Views: 11393
- Fri Aug 08, 2003 4:15 pm
- Forum: JFreeChart
- Topic: How do I use PJAToolkit to solve x11 problem on UNIX box?
- Replies: 6
- Views: 9503
You have to add the libraries to the boot classpath, not the normal classpath, and then pass additional options to the JVM, like: -Xbootclasspath/a:${PJALIB}/pja.jar -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment -Djava2d.font.usePlatormFont=fal...
- Fri Aug 08, 2003 8:24 am
- Forum: JFreeChart
- Topic: Image Map generation not flexible enough
- Replies: 11
- Views: 22561
Image Map generation not flexible enough
JFreeChart needs a small framework, that allows developers to plug in custom image map generators, like that in jCharts. Looking first through the developer guide, that I bought, and then through the source code, I detected, that, in order to use a tooltip library different from overlib, I actually ...