Search found 4 matches
- Fri Oct 19, 2007 3:42 pm
- Forum: JFreeChart
- Topic: What's wrong with my bubble chart? ImageMaps ?
- Replies: 3
- Views: 4550
But how do i use a dynamic array?
Dave. Thanks for the reply. the demo uses arrays with pre-defined sizes and populated..how can i use a dynamic array??? DefaultXYZDataset dataset = new DefaultXYZDataset(); double[] x = {2.1, 2.3, 2.3, 2.2, 2.2, 1.8, 1.8, 1.9, 2.3, 3.8}; double[] y = {14.1, 11.1, 10.0, 8.8, 8.7, 8.4, 5.4, 4.1, 4.1, ...
- Fri Oct 19, 2007 4:02 am
- Forum: JFreeChart
- Topic: What's wrong with my bubble chart? ImageMaps ?
- Replies: 3
- Views: 4550
What's wrong with my bubble chart? ImageMaps ?
I want to generate ImageMaps for a BubbleChart. I want to make the Bubbles Clickable for Drill-Down. How do i do that?? Here's the code for my example. I see that the image map is generated but is returned empty, How do i ensure that a image-map is generated for XYZDataset? Any tutorial that shows I...
- Tue Jun 20, 2006 3:32 pm
- Forum: JFreeChart
- Topic: JSF Chart Creator Component Based on JFreeChart
- Replies: 96
- Views: 225655
How do I use Logarithmic Axis on Java Server Faces?
Hi
The JSF-Component is coool; Can you let me know how do I implement Logarithmic axis??
The JSF-Component is coool; Can you let me know how do I implement Logarithmic axis??
- Wed Jun 14, 2006 4:52 pm
- Forum: JFreeChart
- Topic: How do I use Logarithmic Axis on Java Server Faces?
- Replies: 0
- Views: 2356
How do I use Logarithmic Axis on Java Server Faces?
I am working on a scatter plot; the scatter plot renders fine; But I want to know How could I have a logarithmic Axis for domain & Range on JSF.
How do I code that in the Backing bean/JSF??
How do I code that in the Backing bean/JSF??