You are here

function flotStyleLine::__construct in Flot 7

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

Overrides flotStyle::__construct

File

./flot.module, line 457

Class

flotStyleLine
Legacy: Datapoints

Code

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