/**
  * Constructor.
  *
  * @param int   $width
  * @param int   $height
  * @param array $options
  */
 public function __construct($width, $height, $options = array())
 {
     parent::__construct($width, $height, 'PolarArea', $options);
 }
 /**
  * Constructor.
  *
  * @param int   $width
  * @param int   $height
  * @param array $options
  */
 public function __construct($width, $height, $options = array())
 {
     parent::__construct($width, $height, 'Doughnut', $options);
 }