This is a discussion on "Bars and Pie charts" within the Classic ASP section. This forum, and the thread "Bars and Pie charts are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Bars and Pie charts
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Bars and Pie charts
Hello,
I'm not sure ASP is the right solution for this: I have already an ASP application being developed and I need to show some statistics with bars and pie charts. I found some ideas on the web but they are either charged or provide just very simple bars charts. Does anyway know a good component, Java App or another way to show charts that interact with an ASP Application? If not, could you give me any tips on developing pie and bars charts? It can be in ASP, Java, Delphi or any other language/technology that this would be possible. Thanks, Ricardo |
|
|
|
|||
|
Bar charts are easy... you just scale your data and then make different images or coloured cells x pixels long in that scale.
Pie charts however are quite difficult without a dedicated script (that would be quite complicated) and some sort of graphic creation software. Check out the following link for bar chart scripts: http://www.hotscripts.com/cgi-bin/se...y=bar&catid=35 And this one for pie charts: http://www.hotscripts.com/cgi-bin/se...y=pie&catid=35 |
|
|||
|
i'm sure its not that difficult to do a pie chart in programming, most langs must provide objects to represent and manipulate pie chart data. I'll have a look into this as i'm intrigued myself, that is when i find some time (but it'll prolly be too late to answer your question :sad: ). even if i'm wrong, drawing one via code should be too taxing on the old brain cells.
|
![]() |
| Tags |
| bars, pie, charts |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The new bars | VanessaJW | Webforumz Cafe | 17 | Jun 27th, 2007 21:05 |
| Anybody use flow charts for logic design? | Donny Bahama | PHP Forum | 3 | May 8th, 2007 15:44 |
| Clickable Charts - Is it Possible? | Geeky Girl | Website Planning | 0 | May 6th, 2007 00:21 |
| Help need with 2 progress bars | AdRock | Other Programming Languages | 0 | Apr 20th, 2007 22:59 |
| scroll bars | schwell | Web Page Design | 6 | Feb 23rd, 2007 15:04 |