Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id$
| * $Id $
|
*/ class Graph {
| */ class Graph {
|
Zeile 77 | Zeile 77 |
---|
/** * The bottom label for the graph *
|
/** * The bottom label for the graph *
|
* @var integer
| * @var string
|
*/
|
*/
|
public $bottom_label = array();
| public $bottom_label = "";
|
/** * Constructor of class. Initializes the barebore graph.
| /** * Constructor of class. Initializes the barebore graph.
|