I have a situation where I need to be able to let the user divide a value by multiple points, and I'd like to be able to implement it as a multi-slider control. Here's a real world situation:
A company has 3 products they sell, and wants to model each different product financially. I want them to be able to drag the sliders representing each product's total portion of revenue for the company, so that the ratios always add up to 100%.
An example of this is at the bottom of the page here: https://nightcatsama.github.io/vue-slider-component/#/basics/process
Any chance this could be possible? Thanks!