Jump to content
JChartFX Community

rajukamatham

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by rajukamatham

  1. Hi..

    i m trying the example given in http://support.softwarefx.com/jChartFX/article/2501235#27182674-0690-e211-84a5-0019b9e6b500

    http://support.softwarefx.com/jChartFX/article/2501235#27182674-0690-e211-84a5-0019b9e6b500'>I downloaded the code and tried. Everything is working fine but tooltip showing the same data ( first bar info) even i moved cursor to other place...

    when i debugged the code, country id passed same everytime.  

     

     file: sample.js

    function updateDetailsChart(args) {

          countryID = args.getPoint();

        doDataCountry(countryID, chartDetails);

        doDetailedInfo(countryID);

    } 

     

     file: jchartfx.coreVector.js

    getPoint: function () {

                return null != this.a ? this.a.b : -1

            } 


    i could not able to fix the issue .. pls help.

×
×
  • Create New...