function flotStylePoint::__construct in Flot 7
Same name and namespace in other branches
- 6 flot.module \flotStylePoint::__construct()
Overrides flotStyle::__construct
File
- ./
flot.module, line 478
Class
Code
function __construct() {
parent::__construct();
$this->series->points->show = TRUE;
$this->series->points->lineWidth = 1;
$this->series->points->fill = 0.1;
}