You are here

class flotStyleBar in Flot 7

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

Hierarchy

Expanded class hierarchy of flotStyleBar

File

./flot.module, line 465

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

}

Members