More fixes to work with KH 3.3

This commit is contained in:
Deon George
2013-01-04 15:13:48 +11:00
parent 6db02ae77d
commit 19411b6352
10 changed files with 49 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ abstract class GoogleChart implements Iterator,Countable {
// Chart title
protected $_title = '';
protected $_dataurl = '';
protected $_divname = '';
protected $_divname = 'gchart';
// Default chart size.
protected $_height = '200';
protected $_width = '700';