IW said the following on 11/1/2005 12:14 PM:
> I am looking at developing a small app, which will show financial returns
> in a barchart. I have no problem in getting to draw a positive figure (i.e.
> a bar chart going up) but am unable to get a bar chart to draw a negative
> figure.
>
> Are there pointers, I should be looking at????
Aside from the google search that was provided, you move your 0 line
either down or up in the container, then you go positive or negative
based on the zero line. Usually the best Zero Line is the center of the
container.
But, post a URL (or if the code is short, the code) to your efforts so far.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.mattkruse.com/javascript/bestpractices/