Skip to content
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

Open
codewp opened this issue Sep 4, 2018 · 5 comments
Open

Big Numbers #361

codewp opened this issue Sep 4, 2018 · 5 comments

Comments

@codewp
Copy link

codewp commented Sep 4, 2018

Hi,

I noticed that knob has an issue with big numbers like 1000000000000 and min=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.

@soundar24
Copy link

@codewp is your problem solved including #359 ?

@codewp
Copy link
Author

codewp commented Jan 7, 2019

@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.

@soundar24
Copy link

@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.

@codewp
Copy link
Author

codewp commented Jan 7, 2019

@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.

@soundar24
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants