Hi,
here you can check my code:https://jsfiddle.net/py08x52k/
basically my Y axis values like $row10[0]->20,$row10[1]->50,$row10[2]->70,$row10[3]->20,$row10[4]->80,$row10[5]->60,$row10[6]->40,$row10[7]->30
here $row10[0]->20 ,this 20 value added by $row1[0]->10 and $row2[0]->10,like this all values added by $row1 and $row2.
My requirement is each bar showing the values like 20,50,70,20...30  when i hover my mouse one particuler bar it is showing like 1:20 instead of this i want show like this value1:10  value2:10 ,how can i show like this kindly let me know,it is so usefull for me.
Thank You
Sandeep