Hey guys, I am trying to make a graph that will graph a number on the y axis and a date on the x axis. I would prefer a line graph, but a bar graph would do as well. Any ideas how this could be done? Thanks in advance.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
I was thinking more of a vertical graph not a progress bar. I have dates going across the x axis, and a number on the y axis. I am also hoping to find a way to do this through ASP rather than some other language. Thanks in advance.
I was thinking more of a vertical graph not a progress bar. I have dates going across the x axis, and a number on the y axis.
Not a problem.
You simply use vertical elements with a fixed width not forgetting that HTML works from the top left corner.
Quote:
I am also hoping to find a way to do this through ASP rather than some other language
You can't.
ASP doesn't show in the browser, so you have to use ASP to write out HTML & CSS to make it display on a page.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?