Home Forums Chart Support bar chart

bar chart

Viewing 2 posts - 1 through 2 (of 2 total)
  • #28896

    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

    #28928

    Sandeep,

    You can modify the content of the toolTip with the help of contentFormatter. Please take a look at this JSFiddle for an example.

    ___________
    Indranil Deo
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.