You are here

function flotStyleBar::__construct in Flot 7

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

Overrides flotStyle::__construct

File

./flot.module, line 467

Class

flotStyleBar

Code

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