You are here

function flotStyleBar::__construct in Flot 6

Same name and namespace in other branches
  1. 7 flot.module \flotStyleBar::__construct()

Overrides flotStyle::__construct

File

./flot.module, line 198

Class

flotStyleBar
Basic bar style class for the flot.

Code

function __construct() {
  parent::__construct();
  $this->bars->show = TRUE;
  $this->bars->lineWidth = 0;
  $this->bars->fill = 0.5;
}