You are here

class flotStyleBar in Flot 6

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

Basic bar style class for the flot.

Hierarchy

Expanded class hierarchy of flotStyleBar

File

./flot.module, line 197

View source
class flotStyleBar extends flotStyle {
  function __construct() {
    parent::__construct();
    $this->bars->show = TRUE;
    $this->bars->lineWidth = 0;
    $this->bars->fill = 0.5;
  }

}

Members