XChart, A Simple Charting Library for Java, licensed under the Apache 2.0 license, version 2.0.0 was released today! This release brings many exciting features most notably bar charts, themes, and logarithmic axes. The current features of the XChart library include:
- No additional dependencies
- ~85KB Jar
- Line charts
- Scatter charts
- Area Charts
- Bar Charts
- Error bars
- Logarithmic axes
- Date and category X-Axis
- Multiple series
- Extensive customization
- Themes
- Right-click, Save-As...
- User-defined axes range
- Custom legend placement
cd /path/to/xchart-demo/jar/
java -cp xchart-demo-2.0.0.jar:xchart-2.0.0.jar com.xeiam.xchart.demo.XChartDemo
Following is a sampling of some of the charts from the demo app...
Looking good Tim - I plan to update MultiBit to use the XChart 2.0.0 release in the next couple of days.
ReplyDeleteThanks for your efforts !
:-) Jim