Hello,
Yes, Orson Charts is still maintained (Orson Charts 2.0 was released in 2020). See the GitHub page:
https://github.com/jfree/orson-charts
Commercial licenses are still available. I think I missed your first email, but responded last week with a copy of the license for your review.
Search found 11213 matches
- Mon Feb 22, 2021 6:52 am
- Forum: Orson Charts
- Topic: Orson Charts Commercial License
- Replies: 1
- Views: 3278
- Sun Jan 10, 2021 7:04 pm
- Forum: JFreeChart
- Topic: How Do You Use jfreechart In A Java Program?
- Replies: 1
- Views: 3702
Re: How Do You Use jfreechart In A Java Program?
There's some step-by-step instructions here: https://jfree.github.io/jfreechart-and-opencsv/ And also the JFreeChart Developer Guide is useful for getting started - we sell that to support the project, it comes with source code for all the JFreeChart demos as well (you can run the demos by downloadi...
- Sun Jan 03, 2021 9:04 pm
- Forum: JFreeChart
- Topic: Changing the depth of the bars in a 3D barchart
- Replies: 1
- Views: 2276
Re: Changing the depth of the bars in a 3D barchart
The BarRenderer3D class (in older versions of JFreeChart) has the following constructor where you can set the offsets for the 3D effect: public BarRenderer3D(double xOffset, double yOffset) But you should note that these "3D" renderers have been removed from JFreeChart in more recent releases - you ...
- Thu Dec 31, 2020 6:14 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.5.2
- Replies: 0
- Views: 4386
JFreeChart 1.5.2
JFreeChart 1.5.2 is now available to download: https://github.com/jfree/jfreechart/releases/tag/v1.5.2 Version 1.5.2 (31 December 2020) - observe series visibility flag in ClusteredXYBarRenderer (#89); - apply rendering hints to overlays (#187); - don't draw disabled outlines on crosshair labels (#1...
- Wed Dec 23, 2020 6:02 am
- Forum: JFreeChart
- Topic: How to draw discontinuous timeseries chart
- Replies: 1
- Views: 2339
Re: How to draw discontinuous timeseries chart
If you add an observation to the time series with a null value, this will cause the line to be interrupted as you require it.
- Sat Dec 19, 2020 2:06 pm
- Forum: JFreeSVG
- Topic: Can JFreeSVG create square icons containing text?
- Replies: 2
- Views: 4528
Re: Can JFreeSVG create square icons containing text?
Here is a sample - you would probably want to add some code to compute the string bounds and align the text accordingly, but the hard-coded positions here worked OK for me: public static void main(String[] args) throws IOException { SVGGraphics2D g2 = new SVGGraphics2D(200, 200); g2.setPaint(Color.R...
- Sat Dec 19, 2020 1:25 pm
- Forum: JFreeSVG
- Topic: Can JFreeSVG create square icons containing text?
- Replies: 2
- Views: 4528
Re: Can JFreeSVG create square icons containing text?
Yes, in fact JFreeSVG is able to create SVG output for anything you can "draw" via Java's Graphics2D API. It's not limited to charts. When I get time I'll post a small sample program.
- Sat Dec 19, 2020 1:20 pm
- Forum: JFreeChart
- Topic: 1.5.1 PeriodAxis.draw() does not honor axis.isVisible()
- Replies: 3
- Views: 3369
Re: 1.5.1 PeriodAxis.draw() does not honor axis.isVisible()
Thanks for the report. I committed the fix this morning - it will be included in the next release (1.5.2).
- Sat Oct 31, 2020 11:19 am
- Forum: JFreeChart
- Topic: JFreeChart-FX 2.0
- Replies: 0
- Views: 6639
JFreeChart-FX 2.0
JFreeChart-FX 2.0 is now available! https://github.com/jfree/jfreechart-fx This release is a Java module and requires Java 11 or later. Version 2.0 (30 October 2020) - created a Java module org.jfree.chart.fx (requires Java 11 or later); - fixed a bug in ChartViewer (#7); - fixed a bug in ZoomHandle...
- Fri Oct 30, 2020 9:25 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.5.1
- Replies: 0
- Views: 5575
JFreeChart 1.5.1
JFreeChart 1.5.1 is now available for download: https://github.com/jfree/jfreechart/releases/tag/v1.5.1 Version 1.5.1 (29 October 2020) - add DeviationStepRenderer (PR #173) - modify buffer in ChartPanel to handle high DPI displays (bug #170); - fix for exception on extreme zoom on NumberAxis (bug #...
- Mon Jul 27, 2020 5:10 am
- Forum: JFreeChart
- Topic: Customize Gantt Chart
- Replies: 1
- Views: 2911
Re: Customize Gantt Chart
To be honest, the Gantt chart support in JFreeChart is pretty basic. If you need something more industrial strength, I can recommend the libraries from DLSC:
https://dlsc.com/products/
https://dlsc.com/products/
- Sun Jul 26, 2020 7:35 pm
- Forum: JFreeSVG
- Topic: Bug with fonts containing spaces in family name
- Replies: 3
- Views: 7311
Re: Bug with fonts containing spaces in family name
I was just trying this out, and I don't get any issue in Chrome, Safari or Firefox on a Mac. Which browser gives you the font not found error? Or is it some other SVG viewer?
- Wed Jul 01, 2020 7:30 pm
- Forum: JFreeSVG
- Topic: Bug with fonts containing spaces in family name
- Replies: 3
- Views: 7311
- Sat May 02, 2020 6:35 am
- Forum: FXGraphics2D
- Topic: FXGraphics2D 2.0
- Replies: 0
- Views: 8614
FXGraphics2D 2.0
FXGraphics2D 2.0 has been released. It is now a first-class Java module and requires Java 11 or later. From the README file: 27-Feb-2020 : Version 2.0 - converted to a module (org.jfree.fxgraphics2d); - now requires JDK 11 or later. FXGraphics2D is hosted at GitHub: https://github.com/jfree/fxgraphi...
- Sat Feb 29, 2020 9:53 am
- Forum: JFreeSVG
- Topic: JFreeSVG 4.0
- Replies: 2
- Views: 9945
JFreeSVG 4.0
JFreeSVG 4.0 has been released. It is now a first-class Java module and requires Java 11 or later. From the README file: Version 4.0 (27-February-2020) - created a module for JFreeSVG: `org.jfree.svg`; - increased the minimum required Java version to 11; - changed the Maven artifact ID to match the ...