I need a script written in JavaScript that creates an adjustable bar graph. The user should be able to change the size of each of the bars by clicking the top of the bar and dragging it to the desired height. The bar should move smoothly as the user is dragging it.
Below each bar, there should be an INPUT field that shows the current percentage of that bar. A bar that is dragged all the way to the top would show 100 and one that is dragged to the bottom would show 0. The field should adju…
