Example #1
0
 /**
  * overrides parent method
  */
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('chartSubtype' => 'line', 'chartSettings' => array()));
     }
     return self::$_JSONPropertiesStructure;
 }