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