You are here

class flotBar in Flot 7

Basic bar style class for the flot.

Hierarchy

Expanded class hierarchy of flotBar

File

./flot.module, line 409

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

}

Members