芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/support/application/libraries/chart/APPChartJS.php
chartConfig=new APPChartConfig(); $this->chartid="app_chart_".self::$chartcounter; self::$chartcounter++; } function add_param($key,$value){ $this->data_params[$key]=$value; } function add_param_array($params){ $this->data_params=array_merge($params,$this->data_params); } function add_chart_filter_form($html_form){ $this->data_form=$html_form; } static function ShowByAjaxData($url,$height,$data_form="",$data_params=array(),$isReloadOnClose=false,$beforeProcess=null,$loaderMethod=null,$loadComplete=""){ $chart=new self(); $chart->height=$height; $chart->isAjax=true; $chart->url=$url; $chart->data_form=$data_form; $chart->data_params=$data_params; $chart->isReloadOnClose=$isReloadOnClose; $chart->beforeProcess=$beforeProcess; $chart->loaderMethod=$loaderMethod; $chart->loadComplete=$loadComplete; $chart->show(); } static function ShowChartByData($data,$height,$loaderMethod=null){ $chart=new self(); $chart->height=$height; $chart->isAjax=false; $chart->data=$data; $chart->loaderMethod=$loaderMethod; $chart->show(); } function show(){ $height=is_numeric($this->height)?$this->height."px":$this->height; ?>
Loading
title) || $this->IsShowReloadButton || $this->IsLineBarSelectorn){?>
IsLineBarSelectorn){?>
Line
Bar
title;?>
IsShowReloadButton){?>
Reload