/**
  * getReferenceLink
  * @return string
  */
 public function getReferenceLink()
 {
     $link = '<a href="' . $this->vizReference;
     $link .= strtolower($this->config->getConfigObject()->type);
     $link .= '.html" target="_blank">Goto Google Visualization Web API Gallery</a>';
     return $link;
 }