You are here

class flotStylePoint in Flot 7

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

Hierarchy

Expanded class hierarchy of flotStylePoint

File

./flot.module, line 476

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

}

Members