This extention just wrapper from http://www.dariancabot.com/projects/jgauge_wip/
Requirements ¶
requirements of using this extension (e.g. Yii 1.1 or above)...
Usage ¶
extract to /protected/extentions/
<?php $this->widget('ext.egauge.EGauge',array('value'=>10));?>
<?php $this->widget('ext.egauge.EGauge',array('value'=>50));?>
<?php $this->widget('ext.egauge.EGauge',array('value'=>100));?>
Bootstrap Issues?
Nice extension. Could come in very handy for a project I am working on. However When I use the widget with a site that is using bootstrap the value in the middle of the gauge is displayed in a grey box.
Any ideas?
@david walker
you can check using firebug, i think it has the same css tag with bootstrap
[Solved] Bootstrap issues
Fixed the issue by adding
To Jgauge.css on line 58 (in div.jgauge p.label)
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.