gary
|
| Posted: 09/29/2005, 4:37 PM |
|
I would like to add a pie chart to my CCS page so that users can better visualize the information. Any suggestions on how to do this? In searching the forums I found reference to HanengCharts as one option, but I couldn't see how to integrate this with CCS. Any solution needs to be a client-side (java?) and not server-side.
Any help is much appreciated...
gary
|
|
|
 |
gesto
Posts: 42
|
| Posted: 10/08/2005, 4:04 PM |
|
i use a component named "chart director" that you can download a trial version in http://www.advsofteng.com/download.html.
any doubts u can contact me.
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/09/2005, 6:41 AM |
|
Also try ProFX http://www.codefoundry.netfirms.com/Products___Demos/Pr...t_component.htm
It is free.
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
gary
|
| Posted: 10/17/2005, 8:38 AM |
|
My site is hosted on a server that I don't have control of. So I can't just install on it. Will either of these programs (chart director or ProFX) work in that environment?
thanks,
gary
|
|
|
 |
Edd
Posts: 547
|
| Posted: 10/17/2005, 3:11 PM |
|
Most charting programs use COM+ objects for speed. Therefore, you need tp talk to your host.
I have found that most host services will either have, or will allow a COM+ object to be registered for a fee.
Your alternative is to move HTML charts which are restrictive in what they can deliver.
Try http://www.gerd-tentler.de/tools/graphs/
It is also free and reasonable appearance, the only thing is that it is rendered using javascipt so you will need to generate the paramaters at the sever and render it as Javascript . Not hard just messy.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |