人均消费统计:
- 人均消费统计,更清楚了解每月用户对销售产品消费情况,更清楚的了解销售产品处在什么趋势,为你下一步的营销计划做出更好的判定!
{if:$this->numbers!==null}
{set:$fc=new FlashChart(IUrl::creatUrl("").'chart/',"100%",320);$info=array("title"=>'人均消费统计','numbers'=>$this->numbers,'dates'=>$this->dates,'max'=>$this->max,'steps'=>$this->steps);$fc->setChart("chart/templatechart/amount.txt",$info);}
{else:}
{/if}