function flotBar::__construct in Flot 7
Overrides flot::__construct
File
- ./
flot.module, line 411
Class
- flotBar
- Basic bar style class for the flot.
Code
function __construct($settings = NULL) {
$this->show = TRUE;
$this->lineWidth = 4;
$this->fill = 0.5;
parent::__construct($settings);
}