Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Possible Duplicate:
How to find web hosting that meets my requirements?

I was going to use the asp.net charting with Visual Studios 2008 but GoDaddy hosting does not support the charting cause they won't install the component.

So what are my options for charting/graphs for data? Looking for free if possible.

Is Telerix the best?

share|improve this question
Find a better host. – asawyer May 26 '12 at 21:49
2  
just place the correct dll inside your bin. – Aristos May 26 '12 at 23:21

migrated from stackoverflow.com May 27 '12 at 7:36

marked as duplicate by John Conde May 27 '12 at 16:50

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

google has some basic charting, and requires no installs at your host. Unless they have enhanced them a lot lately, they are basic charts in lots of styles. The price is right anyway.

https://developers.google.com/chart/

share|improve this answer

If you are using Microsoft ASP.Net Charting, then you dont need to install that components, only that dll files must exists in your bin directory. As I worked on a project, were i used ASP.net charting. Mine was shared hosting and hope your too is a shared host. I just copied the required dll in the bin directory and it started working. Or you can do one thing you can change the build property of the reference as copy to local before publishing.

share|improve this answer