Hi Dave,
can we some how access the Jfreechart session online. i didnt get chance to go to Javaone. but interested in watching session. i tried to look around on java one websites. there are sessions posted there.but didnt find any Jfreechart session
Search found 296 matches
- Wed Jun 24, 2009 1:42 pm
- Forum: JFreeChart
- Topic: Java One session
- Replies: 1
- Views: 3493
- Wed Jun 03, 2009 11:56 am
- Forum: JFreeChart
- Topic: heatMapDataset -- with what chart to use
- Replies: 7
- Views: 15696
Re: heatMapDataset -- with what chart to use
thanks for reply, i will take a look at that demo, basically i want to create heatmap charts similar to what smart money has. right now we are using different approach to create such charts.but i would like to use Jfreechart for that as well, that is the purpose i was looking.
Good luck for JavaOne.
Good luck for JavaOne.
- Fri May 29, 2009 3:03 pm
- Forum: JFreeChart
- Topic: heatMapDataset -- with what chart to use
- Replies: 7
- Views: 15696
Re: heatMapDataset -- with what chart to use
pdf documentation says that HeatMapChartDemo1.java is included in demo source code.
but i am not able to find it. (its not included)
David can you help me with this ??
but i am not able to find it. (its not included)
David can you help me with this ??
- Thu May 28, 2009 10:34 pm
- Forum: JFreeChart
- Topic: heatMapDataset -- with what chart to use
- Replies: 7
- Views: 15696
heatMapDataset -- with what chart to use
i am trying to write some sample program that uses heatmap dataset. (i really want to create heatmaps)
what chart should i use ?
does any one has sample program ?
Thanks
what chart should i use ?
does any one has sample program ?
Thanks
- Mon Apr 27, 2009 11:53 am
- Forum: JFreeChart
- Topic: Crosshairs and Overlay with 1.0.13
- Replies: 3
- Views: 7240
Re: Crosshairs and Overlay with 1.0.13
Thanks a lot.. will wait for next release
- Fri Apr 24, 2009 6:27 pm
- Forum: JFreeChart
- Topic: Crosshairs and Overlay with 1.0.13
- Replies: 3
- Views: 7240
Crosshairs and Overlay with 1.0.13
first of all thanks for new version. i saw crosshairs with overlay capabilities.(CrossSectionDemo1). can we use the same crosshairs overlay on mouseMoved events on chart. i don't want the user to click on chart to see crosshairs. instead i have them on mouseMoved ( like the one that JXLayer demo pro...
- Mon Apr 13, 2009 12:39 pm
- Forum: JFreeChart
- Topic: StandardChartTheme and small font
- Replies: 2
- Views: 5991
Re: StandardChartTheme and small font
Thanks a lot
- Wed Apr 08, 2009 2:01 pm
- Forum: JFreeChart
- Topic: ChartPanel--> Print function dark background
- Replies: 2
- Views: 6364
Re: ChartPanel--> Print function dark background
Thanks for reply. i tried to override those method and modified the way you suggested. below is code for print() fuction but result is pretty distorted, it does create light background, but other colors are not working properly. can you tell me what is wrong ?? public int print(Graphics g, PageForma...
- Tue Apr 07, 2009 7:21 pm
- Forum: JFreeChart
- Topic: StandardChartTheme and small font
- Replies: 2
- Views: 5991
StandardChartTheme and small font
I am using StandardChartTheme to create some themes for chart.i want to customize all fonts.
but there is no setter and getter for smallFont.
methods are there for regular,large and extra large font. is there any specific reason not to have that for smallFont ?
Thanks
but there is no setter and getter for smallFont.
methods are there for regular,large and extra large font. is there any specific reason not to have that for smallFont ?
Thanks
- Mon Apr 06, 2009 4:38 pm
- Forum: JFreeChart
- Topic: Make Yamazumi charts
- Replies: 1
- Views: 4741
Re: Make Yamazumi charts
i think its possible with jfreechart. (if i understood Yamazumi charts correctly) take a look at the stacked bar chart as starting.
Hope this helps
Hope this helps
- Mon Apr 06, 2009 3:32 pm
- Forum: JFreeChart
- Topic: jxlayer and annotation
- Replies: 4
- Views: 8926
Re: jxlayer and annotation
Thanks a lot for reply.
This would definitely help. i cant wait to see 1.0.13
This would definitely help. i cant wait to see 1.0.13
- Fri Apr 03, 2009 2:33 pm
- Forum: JFreeChart
- Topic: ChartPanel--> Print function dark background
- Replies: 2
- Views: 6364
ChartPanel--> Print function dark background
with this new version (1.0.11) this new dark look and feel for chart looks really cool. but is there anyway when i click on "Print" button on rightClick menu option in chartPanel, change the look and feel of chart to normal (with light Color background) before passing to printer ? I am asking this, ...
- Fri Apr 03, 2009 1:44 pm
- Forum: JFreeChart
- Topic: jxlayer and annotation
- Replies: 4
- Views: 8926
Re: jxlayer and annotation
Thanks david for reply, can you roughly say how much time it will take before this overlay functionality incorporated into jfreechart ?
does this concept can be used to improve performance of overall chart ?
i agree with you about not creating dependency on jxlayer after reading your reply.
Thanks
does this concept can be used to improve performance of overall chart ?
i agree with you about not creating dependency on jxlayer after reading your reply.
Thanks
- Thu Apr 02, 2009 1:25 pm
- Forum: JFreeChart
- Topic: jxlayer and annotation
- Replies: 4
- Views: 8926
jxlayer and annotation
Hi David, you suggested in some other post, that jxlayer can be used with Jfreechart. so here is i am thinking. I need to show TextAnnotation on chart. (real time, updates about 4 times a second) when i change the value of annotation i have to call chart.setNotify(true) which will repaint the whole ...
- Thu Apr 02, 2009 1:05 pm
- Forum: JFreeChart
- Topic: XYTextAnnotation hotspot question
- Replies: 2
- Views: 5986
Re: XYTextAnnotation hotspot question
Thanks for fixing issue. now it works like its expected.