You are here

function flotStylePoint::__construct in Flot 7

Same name and namespace in other branches
  1. 6 flot.module \flotStylePoint::__construct()

Overrides flotStyle::__construct

File

./flot.module, line 478

Class

flotStylePoint

Code

function __construct() {
  parent::__construct();
  $this->series->points->show = TRUE;
  $this->series->points->lineWidth = 1;
  $this->series->points->fill = 0.1;
}