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