function flotStyleLine::__construct in Flot 6
Same name and namespace in other branches
- 7 flot.module \flotStyleLine::__construct()
Overrides flotStyle::__construct
File
- ./
flot.module, line 186
Class
- flotStyleLine
- Basic line style class for the flot.
Code
function __construct() {
parent::__construct();
$this->lines->show = TRUE;
$this->lines->lineWidth = 1;
$this->lines->fill = 0.1;
}