Any way to get Highlight a point by showing tooltip, setting hover state and draw crosshair by coordinate xData with chart layout in row, not in column?
http://jsfiddle.net/HappyFX/wt91mbvf/
Solution from https://stackoverflow.com/a/37565667/4262914 based on static chart width:
event.chartX = (event.chartX+600) % 200;
not good when:
.chart{
position: absolute;
height: 50%;
width: 50%;
margin: 0 auto;
}