I need that when either the right or left arrow icon is clicked the graph will move to the corresponding side as it does with the scroll at the bottom:
] 1
This is the code:
https://jsfiddle.net/ztxch2nd/16/
I appreciate your help and ideas to do it
You should use this JS code
Then:
Add the id 'back' to the left arrow
Add the id 'container' to the "draggable" div
Add the id 'next' to the right arrow
Here I leave the code: https://jsfiddle.net/bk8c5eg0/