radialIndicator
radialIndicator copied to clipboard
A simple and light weight circular indicator / progressbar plugin.
The update for value on touchMove is: `val = Math.round(precisionNo * radian * radius * (indOption.maxValue - indOption.minValue) / circum) / precisionNo;` I think it should be: `val = indOption.minValue...
I want to be able to drag the bar, is it possible?
Hi. I dont see any parameter by which I can set the size (width) of the radialIndicator (maybe in px?). Is there a way? Thanks!
use method“option“ Get the parameters, always show “undefined”. row 388 if (val === undefined) return this.**option**[key]; option is wrong, It should be "indOption"
The `barColor` value can define the color range of the indicator, but the issue is the range is based on the value of the indicator and not the percentage of...
this PR introduces a feature that allows to specify both start and end values see live demo - http://plnkr.co/edit/bRJtRKGkSXJJm8O2lQwo?p=info new api ``` javascript radialObj.value([50,70]); radialObj.animate([10,95]); ``` This does not break...
Thanks for this widget! [documentation](http://ignitersworld.com/lab/radialIndicator.html#documentation) is missing 4 options: `percision` `interaction` `onChange` `textBaseline`
I've only recently found this plugin, and I'm already a big fan of it, the way it's implemented and works - great work! Sadly the `` element currently specifies that...
I received this error messages, while simple use: Cannot read property 'value' of undefined http://plnkr.co/edit/xjgiRk9RdcgBdRAFtCM3?p=preview Interestingly, if you reversed the order of the two javascript , it works in spite...
the duration property setting it or not is the same thing it doesnt work , im trying todisplay it for like 8 seconds or 10 whatever i never and it...