Horizontal Progress Bar Chart this is RGraph hprogress's wrapper
...requirements of using this extension (e.g. Yii 1.1 or above)...
extract to protected/extentions/
$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'=>'', ) );
Be the first person to leave a comment
Please login to leave your comment.