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