I did it using column chart type,
using both click event to enable ‘edit mode’ and mousemove to increase/decrease the bar value,
depending on the Y difference between the latest and current mouse position.
Can see my solution here https://github.com/kaiohken1982/Chart
Any advice on how to improve this solution are welcome :)