Index: trunk/extensions/SemanticResultFormats/GoogleCharts/SRF_GoogleBar.php |
— | — | @@ -71,12 +71,10 @@ |
72 | 72 | } |
73 | 73 | |
74 | 74 | public function getParameters() { |
75 | | - $this->supportsGroupBy = true; |
76 | | - |
77 | 75 | $params = parent::getParameters(); |
78 | 76 | |
79 | 77 | // $params['height'] = new Parameter( 'height', Parameter::TYPE_INTEGER, 250 ); |
80 | | -// $params['height']->addMessage( 'srf_paramdesc_chartheight' ); |
| 78 | +// $params['height']->setMessage( 'srf_paramdesc_chartheight' ); |
81 | 79 | |
82 | 80 | $params['width'] = new Parameter( 'width', Parameter::TYPE_INTEGER, 250 ); |
83 | 81 | $params['width']->setMessage( 'srf_paramdesc_chartwidth' ); |
— | — | @@ -85,4 +83,3 @@ |
86 | 84 | } |
87 | 85 | |
88 | 86 | } |
89 | | - |