Home Forums Chart Support images not working while integrating 2 charts on same page

images not working while integrating 2 charts on same page

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

    http://creativeankit.com/new/tic-tac/user-behaviour.html

    in the

    Participate Analysis: Total Recordings
    Participate Analysis: Valid Codes

    2 charts i have used but images is working with only one chart can anyone tell me please where i am wrong

    #22645

    @abhishek3dmaster,

    You are adding images on top of 1st chart-container even while adding it to 2nd chart because of which you can’t see images positioned on top of 2nd chart. Changing .appendTo($("#chartContainer>.canvasjs-chart-container")) to .appendTo($("#chartContainer2>.canvasjs-chart-container")) within ‘addimages2’ method should work fine in your case.


    Vishwas R
    Team CanvasJS

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

You must be logged in to reply to this topic.