0
votes
1answer
32 views
JFreeChart connecting points in stacked bar charts
Hi,
I created a stacked bar chart using JFreeChart (similar to this one).
Now I would like to connect the points of the corresponding series for all rows. Is this possible using J …
0
votes
4answers
53 views
JFreeChart in scrollpane
Hi,
I'm having a big graph created with jfreechart. This chart is too big for the screen, so I would like to put it in a scrollpane. However, when using the scrollbar, the complet …
0
votes
1answer
198 views
mouse events in JfreeChart
hi,
I need a way to distinguish when a mouse event occurs in the chart itself and not in the chartPanel (the plot area).
Thanks
0
votes
2answers
28 views
java.lang.VerifyError after extending class
I'm extending the JFreeChart ChartComposite class.
When I try to create the instance of extended class I'm getting java.lang.VerifyError : .... incompatible object argument for fu …
0
votes
1answer
27 views
JFreeChart disable zooming
Is there an easy way to disable zoom in/out feature for XYPlot which is drawn in ChartComposite ? Overriding the zoom methods for XYPlot will be a solution but I wonder if there is …
0
votes
1answer
35 views
How to reset the rendered colors used in JFreeChart
I'm using a XYPlot to show a line graph with 1 or more lines in it. I have it combined with a listener pattern so it can receive updates: if so, it removes the lines using a datase …
0
votes
0answers
34 views
JfreeChart XYPlot freezing after zoom in/out
In this demo application, XYPlot is drawn with dynamic data. With every new data the graphic slides to left dynamically. But the problem is if you zoom in or zoom out on XYPlot the …
0
votes
4answers
981 views
How to avoid negative values with JFreeChart fixed auto range
I have a JFreeChart line plot that is updated dynamically with one data point for every iteration of my algorithm. Because the number of data points can quickly become very large, …
0
votes
0answers
47 views
Modify the OHLC bars in a OhlcSeries
Hi,
I need advice on how could I modify the parameters (high, low, close, open) of a data item in a OHLCSeries.
Thanks.
1
vote
1answer
213 views
ohlc chart in JFreeChart
hi,
I'm currently working on a financial alerts application , and for the client interface I've decided to use JFreeChart. However as I'm new to it ,there are some important thing …
0
votes
0answers
42 views
Pie Chart sections out of order in JasperReports
I am creating a pie chart using a JRBeanCollectionDataSource. I create that with an ArrayList whose contents are ordered specifically. When JasperReports uses JFreeChart to gener …
0
votes
1answer
71 views
Passing Locale details via Jasper-Reports to JFreechart
I'm add Internationalization into a Tapestry web-app which uses Jasper Reports to generate normal tabular reports and also charts and graphs via JFreeChart.
Using the Jasper REPOR …
0
votes
2answers
125 views
Glitchy graphing using JFreeChart
Hi,
I'm working with JFreeChart to plot several TimeSeries charts. It seemed to be working fine, but as of today, all the graphs seem to flicker and are randomly glitching making …
0
votes
2answers
117 views
Java Graphing Libraries for Web Applicattions?
I've been asked to enhance a JSP Application with (And I quote) "Some Sexy Graphs" I did a quick search on SO and came up with this question which mentions several graphing solutio …
0
votes
0answers
97 views
How to combine multiple charts created using JFreeChart API?
Hi All:
My requirement is need to display 2 barchart and 3 trendchart in single page. For that, i have used JFreeChart API and sending the image in bytearray format through respons …
