andylhansen

Results 3 issues of andylhansen

It would be good to be able to set a minimum and/or maximum value that the user can enter. ``

I've updated the code to no longer use res.send(status, body) which is now deprecated in express. It now uses res.status(status).send(body);

This allows the user to keep dragging after the mouse has left the chart area. This makes dragging column charts more smooth.