Jump to content
JChartFX Community

rajukamatham

Members
  • Posts

    3
  • Joined

  • Last visited

rajukamatham's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In the given example we are getting only X axis value(ie country). Is there any possibility to get the both X and Y axis values to get exact location of cursor in the chart. Actually we are planning to buy the license so pls let us know the next relaese date with fixes. thanks raju
  2. 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...