More fixes to work with KH 3.3
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user