You are here

class flotLine in Flot 7

Basic line style class for the flot.

Hierarchy

Expanded class hierarchy of flotLine

File

./flot.module, line 396

View source
class flotLine extends flot {
  function __construct($settings = NULL) {
    $this->show = TRUE;
    $this->lineWidth = 1;
    parent::__construct($settings);
  }

}

Members