You are here

function flotStyle::createPie in Flot 7

File

./flot.module, line 375

Class

flotStyle
Style class for the flot API.

Code

function createPie() {
  $this->series->pie = new flotPie();
}