Hi all,
Currently I am trying to implement a graph using C3js.
What is happening now is that whenever I am trying to swipe left within the graph to get the right menu out, my side menu will get stuck in the middle.
Seems like the C3js div is trying to capture some dragging/swiping event and stopping the right menu from coming out.
Anyone encounter this and is there a way to fix this?
Thanks