コード例 #1
0
ファイル: Chart.php プロジェクト: relwell/Altamira
 /**
  * Interface to jsWriter option setting
  * @return \Altamira\Chart provides fluent interface
  */
 public function useZooming()
 {
     $this->jsWriter->useZooming();
     return $this;
 }