You are here

class flotStyleLine in Flot 6

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

Basic line style class for the flot.

Hierarchy

Expanded class hierarchy of flotStyleLine

File

./flot.module, line 185

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

}

Members