What is the best open-source java charting library

2019-01-04 16:27发布

Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this area seems to be jfreechart, and it doesn't even have any documentation or examples available.

标签: java charts plot
10条回答
放我归山
2楼-- · 2019-01-04 17:01

I found this framework: jensoft sw2d, free for non commercial use (dual licensing)

http://www.jensoft.org

regards.

查看更多
何必那么认真
3楼-- · 2019-01-04 17:03

There aren't a lot of them because they would be in competition with JFreeChart, and it's awesome. You can get documentation and examples by downloading the developer's guide. There are also tons of free online tutorials if you search for them.

查看更多
不美不萌又怎样
4楼-- · 2019-01-04 17:03

EasyCharts is commercial so i couldn't use it for my project. I used the GRAL graphing library instead. I found it very easy to customize and it's licensed under LGPL just like JFreeChart, so you can use it for free:

http://trac.erichseifert.de/gral

查看更多
男人必须洒脱
5楼-- · 2019-01-04 17:09

There is a new charting library in town: JChartlib JChartLib http://freshmeat.net/projects/jchartlib

查看更多
Bombasti
6楼-- · 2019-01-04 17:13

There is JChart which is all open source. I'm not sure exactly what you are graphing and how you are graphing it (servlets, swing, etc) so I would say just look at a couple different ones and see which works for you.

http://sourceforge.net/projects/jchart/

I've also used JGraph but I've only used their commercial version. They do offer an open source version however:

http://www.jgraph.com/jgraph.html

查看更多
Emotional °昔
7楼-- · 2019-01-04 17:13

I've used EasyCharts in the past and it lived up to it's name. It's not as powerful as JFreeChart, but the JAR for EasyCharts is much smaller than for JFreeChart.

查看更多
登录 后发表回答