class flotStyleBar in Flot 6
Same name and namespace in other branches
- 7 flot.module \flotStyleBar
Basic bar style class for the flot.
Hierarchy
- class \flotStyle
- class \flotStyleBar
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
function | |||
flotStyle:: |
function | |||
flotStyleBar:: |
function |
Overrides flotStyle:: |