Due to relentless spam this forum has been locked and the discussion is moved to GitHub:
https://github.com/jfree/jfreechart/discussions
Search found 11213 matches
- Tue Jan 18, 2022 8:57 am
- Forum: JFreeChart
- Topic: Discussion moved to GitHub
- Replies: 0
- Views: 243758
- Tue Jan 18, 2022 6:56 am
- Forum: Orson Charts
- Topic: Discussion moved to GitHub
- Replies: 0
- Views: 227622
Discussion moved to GitHub
Due to relentless spam this forum is now locked and discussions have moved to GitHub:
https://github.com/jfree/orson-charts/discussions
https://github.com/jfree/orson-charts/discussions
- Sat Oct 16, 2021 4:51 pm
- Forum: JFreeChart
- Topic: Purchasing the Developer Guide and Samples
- Replies: 4
- Views: 67053
Re: Purchasing the Developer Guide and Samples
Sorry about this, I have to sort out the payment processing - hopefully I'll get that done in the coming week. If you need it urgently, please email me and I'll send you the files.
- Wed Aug 04, 2021 9:09 pm
- Forum: JFreeSVG
- Topic: Discussion moved to GitHub
- Replies: 0
- Views: 237629
Discussion moved to GitHub
Due to relentless spam this forum is now locked and future discussions will be hosted at GitHub:
https://github.com/jfree/jfreesvg/discussions
https://github.com/jfree/jfreesvg/discussions
- Wed Aug 04, 2021 10:48 am
- Forum: FXGraphics2D
- Topic: Discussions moved to GitHub
- Replies: 0
- Views: 231444
Discussions moved to GitHub
This forum has been locked. For all discussions about FXGraphics2D please use the discussion area on the GitHub project page:
https://github.com/jfree/fxgraphics2d/discussions
https://github.com/jfree/fxgraphics2d/discussions
- Tue Jul 20, 2021 6:24 am
- Forum: JFreeChart
- Topic: JFreeChart can be used for iOS?
- Replies: 4
- Views: 69901
Re: JFreeChart can be used for iOS?
I've never tried using JFreeChart on iOS. It could probably be done by building on the JavaFX work that has been done by Gluon and also making use of FXGraphics2D:
https://gluonhq.com
If anyone tries this and gets it to work, I would be interested to hear about it.
https://gluonhq.com
If anyone tries this and gets it to work, I would be interested to hear about it.
- Sun Jun 13, 2021 5:17 am
- Forum: JFreeChart
- Topic: Beginner Help
- Replies: 4
- Views: 69675
Re: Beginner Help
NetBeans has really good Maven integration, so I would learn the basics of Maven and go from there. This post walks through the steps of creating a Maven project with JFreeChart: https://jfree.github.io/jfreechart-and-opencsv/ I would recommend to get that working via the command line then, when you...
- Sun Jun 13, 2021 4:53 am
- Forum: JFreeSVG
- Topic: JFreeSVG 4.0
- Replies: 2
- Views: 67543
Re: JFreeSVG 4.0
This issue is fixed in JFreeSVG 5.0.
- Sun Jun 13, 2021 4:52 am
- Forum: JFreeSVG
- Topic: JFreeSVG 5.0
- Replies: 0
- Views: 109549
JFreeSVG 5.0
JFreeSVG is a graphics library for the Java(tm) platform that allows you to generate content in SVG format using the standard Java2D drawing API (Graphics2D). JFreeSVG is light-weight, fast, and has no dependencies other than the Java runtime (11 or later). https://github.com/jfree/jfreesvg Version ...
- Tue Apr 27, 2021 6:30 pm
- Forum: JFreeChart
- Topic: Custom font bug in LogAxis?
- Replies: 1
- Views: 55629
Re: Custom font bug in LogAxis?
Looks like a bug and, in fact, someone already reported it before: https://github.com/jfree/jfreechart/issues/98 I think the fix is to change the LogAxis.createTickLabel() method to start like this: protected AttributedString createTickLabel(double value) { if (this.numberFormatOverride != null) { S...
- Tue Apr 27, 2021 5:52 am
- Forum: JFreeChart
- Topic: I made OHLC charts with JfreeChart and timeline work
- Replies: 1
- Views: 52883
- Tue Apr 27, 2021 5:48 am
- Forum: JFreeChart
- Topic: Aliasing blur in plot symbols in JFreeChart 1.5.2
- Replies: 1
- Views: 54793
Re: Aliasing blur in plot symbols in JFreeChart 1.5.2
I'm not sure, but I'm wondering if it could be related to this fix:
https://github.com/jfree/jfreechart/com ... d953d363f7
https://github.com/jfree/jfreechart/com ... d953d363f7
- Tue Apr 27, 2021 5:39 am
- Forum: JFreeChart
- Topic: JFreeChart
- Replies: 1
- Views: 53883
Re: JFreeChart
No. There is a Graphics2D implementation in Batik that you can use to export charts from JFreeChart to SVG, and I wrote demos for that a long while ago. But I've since written a library JFreeSVG that is much better for that purpose, so I would recommend using that if you need SVG output.
- Mon Feb 22, 2021 8:17 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.5.3
- Replies: 0
- Views: 126766
JFreeChart 1.5.3
JFreeChart 1.5.3 is now available to download. This release features a new FlowPlot class that is used to create Sankey charts: https://github.com/jfree/jfreechart/releases/tag/v1.5.3 Version 1.5.3 (21 February 2021) - add new FlowPlot class for drawing Sankey charts; - throw exception in DefaultPie...
- Mon Feb 22, 2021 6:55 am
- Forum: Orson Charts
- Topic: Orson Charts 2.0
- Replies: 0
- Views: 117987
Orson Charts 2.0
Orson Charts Version 2.0 has been released (15-Mar-2020):
https://github.com/jfree/orson-charts
Code: Select all
- created a Java module (org.jfree.chart3d);
- refactored into org.jfree.chart3d namespace;
- fixed bug #4 in NumberAxis3D where tick label override is not applied.