aterrien / jQuery-Knob

Nice, downward compatible, touchable, jQuery dial
http://anthonyterrien.com/knob/
MIT License
5.03k stars 1.24k forks source link

rendering issues/load time #330

Open yuhao-nyc opened 8 years ago

yuhao-nyc commented 8 years ago

somehow im having this issue, when the page loads the value of "input box" came first then 1 sec later the circles start to rendering/load. anyone any thoughts? thank you!

joydevpal commented 8 years ago

try this. hope it will solve.

                 $('.knob').knob({
                        "skin":"tron",
                        "readOnly":true,               
                        'dynamicDraw': true,                
                        "displayInput":false
                    });