Open codewp opened 6 years ago
@codewp is your problem solved including #359 ?
@soundar24
I think you should not ask this question here because this issue is related to big numbers, and big numbers issue exists yet.
Regarding to #359 you can set step dynamically.
You can set new options by codes like below one.
jQuery(this.$refs.knobInput).trigger('configure', options);
Regards.
@codewp actually I asked about both of your problems only, since I though both might be caused due to the same reason. Also both the problem seems related to the mathematical calculations handling, so that I just mentioned the previous bug also.
I had the roundSlider plugin where the mentioned problem not happen. So that I tried to implement the same logic here, but seems the way of implementation is differ here.
@soundar24
Your plugin seems great!
It seems that this plugin is not active! If it is possible for you, please contact this plugin developer and continue its development, because of its popularity.
Also about your own plugin, you can make it compatible with Vuejs because there is not any good plugin for VueJs like your one and making your plugin compatible with Vue can help its popularity, you can take look at to the Vue Awesome List.
Thanks.
Actually I already tried for another one user requirement, but I can't do the flexible customization due to the canvas architecture.
Currently I planned to provide the SVG support for roundSlider, so that any one can do any type of customization easily. You can see some of my works below: http://jsfiddle.net/user/soundar24/fiddles/
Anyhow old users might not able to migrate, but it will helps to new users.
Also definitely will provide the Vue support ASAP, thanks for sharing the information.
Hi,
I noticed that knob has an issue with big numbers like
1000000000000
andmin=0, max=10000000000000
so please let me know is it possible to add big numbers support to it?I want to do it myself.
Thanks.