ehpb Horizontal Pipeline Chart

  1. Requirements
  2. Usage
  3. Resources

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'=>'',
	)
);?>

Resources ¶

0 0
2 followers
482 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Ahyo Haryanto Ahyo Haryanto
Created on: Oct 25, 2012
Last updated: 13 years ago

Downloads

show all

Related Extensions