class flotStyleLine in Flot 7
Same name and namespace in other branches
- 6 flot.module \flotStyleLine
Legacy: Datapoints
Hierarchy
- class \flotStyle
- class \flotStyleLine
Expanded class hierarchy of flotStyleLine
File
- ./
flot.module, line 455
View source
class flotStyleLine extends flotStyle {
function __construct() {
parent::__construct();
$this->series->lines->show = TRUE;
$this->series->lines->lineWidth = 1;
$this->series->lines->fill = 0.1;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
function | |||
flotStyle:: |
function | |||
flotStyle:: |
function | |||
flotStyleLine:: |
function |
Overrides flotStyle:: |