Added Client Session graphing
This commit is contained in:
@@ -53,8 +53,12 @@ abstract class GoogleChart implements Iterator,Countable {
|
||||
break;
|
||||
case 'div': $this->_divname = array_shift($args);
|
||||
break;
|
||||
case 'height': $this->_height = array_shift($args);
|
||||
break;
|
||||
case 'title': $this->_title = array_shift($args);
|
||||
break;
|
||||
case 'width': $this->_width = array_shift($args);
|
||||
break;
|
||||
default:
|
||||
throw new Kohana_Exception('Unknown method :name',array(':name'=>$name));
|
||||
}
|
||||
|
Reference in New Issue
Block a user