I’m trying to build a chart that pulls DOM and API data outputs in the form of JSON data, and show interactivity with a draggable element that will affect the API data outputs.
Do you have any suggestion on which specific chart I should use? I’m weighing option A) building 2 charts next to each other, with 1 stacked column draggable, and the other column non-draggable. Or option B) 1 chart showing positive and negative sideways with stacked columns, since I saw this forum question, and sample JSFiddle that is close to what I’m looking for.
Thank you!