You are here

function flotPoint::__construct in Flot 7

Overrides flot::__construct

File

./flot.module, line 425

Class

flotPoint
Points style class for the flot.

Code

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