Thread: GoogleCharts
View Single Post
Old 12-11-2007, 02:52 PM   #10 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
Why have you commented out the following line in your class constants?

php Code:
const TYPE_BAR_HEIGHT   = 'bh';
I left it commented because I've not supported it yet. It's also not actually a "type" of chart, so I'm not sure what to do with it yet, need to read over the docs a little more first. I've left it there to remind me to deal with it
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote