-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big Numbers #361
Comments
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. Regards. |
@codewp actually I asked about both of your problems only, since I though both might be caused due to the same reason. 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. |
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: 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.
The text was updated successfully, but these errors were encountered: