Does anyone know how to create a drag and select chart similar to the one described? I am looking for a Jquery plugin that can help replicate this effect. The chart should be able to read values in order to fill it, and have both a starting and ending point. The selecting process can be done in two different ways: 1. By dragging the mouse and selecting a range of values, or 2. By using two draggable selectors to mimic the start and end points of the graph. This functionality can be achieved using Jquery, JS, HTML5, CSS3, or possibly with a .net component...
Case 1:
Case 2:
Any ideas?