Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php |
— | — | @@ -10,12 +10,12 @@ |
11 | 11 | |
12 | 12 | protected static $m_barchartnum = 1; |
13 | 13 | |
14 | | - protected $m_width = '150'; |
15 | | - protected $m_height = '400'; |
16 | | - protected $m_charttitle = ' '; |
17 | | - protected $m_barcolor = '#85802b' ; |
18 | | - protected $m_bardirection = 'vertical'; |
19 | | - protected $m_numbersaxislabel = ' '; |
| 14 | + protected $m_width; |
| 15 | + protected $m_height; |
| 16 | + protected $m_charttitle; |
| 17 | + protected $m_barcolor; |
| 18 | + protected $m_bardirection; |
| 19 | + protected $m_numbersaxislabel; |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * (non-PHPdoc) |