Jump to content
We've recently updated our Privacy Statement, available here ×

Custom chart? (box and whisker plot)


joshhighley

Recommended Posts

I'd like to create a box and whisker chart.  It's supported by the JFreeChart version included with JasperReports and iReport, but it's not offered as a chart option.  Is it possible to create a custom chart?  ...sort of like creating custom data sources by implementing JRDataSource, only with charts.

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

Yes, this is now possible. We have completed initial support for custom components.

This will be part of the next release. In the meantime, you can take a look at the SVN repository version and see how custom components (including additional chart types) can be added to the JasperReports engine (/demo/samples/barcodes and /demo/samples/jchartscomponent samples).

Note that if custom components sounds too much for what you want to do, you can still render charts as images using the JFreeChart library directly, as shown in the /demo/samples/jfreechart sample.

I hope this helps,

Teodor

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...