コード例 #1
0
 /**
  * Overload GetMinKey to support scatter_2d data
  */
 protected function GetMinKey()
 {
     if (!$this->scatter_2d) {
         return parent::GetMinKey();
     }
     return array_reduce($this->values[0], 'pointgraph_kmin', null);
 }