You are here

class flotStyleLine in Flot 7

Same name and namespace in other branches
  1. 6 flot.module \flotStyleLine

Legacy: Datapoints

Hierarchy

Expanded class hierarchy of flotStyleLine

File

./flot.module, line 455

View source
class flotStyleLine extends flotStyle {
  function __construct() {
    parent::__construct();
    $this->series->lines->show = TRUE;
    $this->series->lines->lineWidth = 1;
    $this->series->lines->fill = 0.1;
  }

}

Members