public function getTooltip() {
     if ($this->dataType == Pap_Stats_Computer_Graph_Transactions::COUNT) {
         return parent::getTooltip();
     }
     return '#x_label#<br>'.$this->getName().': '.Pap_Common_Utils_CurrencyUtils::stringToCurrencyFormat('#val#');
 }
 public function __construct() {
     parent::__construct('impressionCount', $this->_('Number of Impressions'));
 }