This blog has moved!

You will be automatically redirected to the new address. If that does not occur, visit
http://blog.xeiam.com
and update your bookmarks.

Tuesday, March 5, 2013

XChart 2.0.0 Released!

Alert! A couple bugs were reported int the 2.0.0 release. Version 2.1.0 with these important bugs fixes is now available here: http://xeiam.com/xchart.jsp. Follow us on Twitter for release announcements.

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
A Swing demo is also available for download along with the main xchart jar here. To run the demo from the command line type the following:
 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...

1 comment:

  1. Looking good Tim - I plan to update MultiBit to use the XChart 2.0.0 release in the next couple of days.
    Thanks for your efforts !
    :-) Jim

    ReplyDelete