Horizontal Progress Bar Chart this is RGraph hprogress's wrapper
Requirements ¶
...requirements of using this extension (e.g. Yii 1.1 or above)...
Usage ¶
extract to protected/extentions/
<?php $this->widget('ext.ehpb.EHpb',array(
'label'=>array('Demo Account','Live Account','Compliance','Funded'),
'value'=>array(80,50,20,10),
'color'=>array('red','blue','yellow','green'),
'width'=>800,
'height'=>100,
'zeroStart'=>true,
'unit'=>'',
)
);?>
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.