You are here

class flotStylePoint in Flot 6

Same name and namespace in other branches
  1. 7 flot.module \flotStylePoint

Points style class for the flot.

Hierarchy

Expanded class hierarchy of flotStylePoint

File

./flot.module, line 209

View source
class flotStylePoint extends flotStyle {
  function __construct() {
    parent::__construct();
    $this->points->show = TRUE;
    $this->points->lineWidth = 1;
    $this->points->fill = 0.1;
  }

}

Members