Jump to content
JChartFX Community

shakil.sama

Members
  • Posts

    5
  • Joined

  • Last visited

About shakil.sama

  • Birthday 06/19/1989

Profile Information

  • Gender
    Male

shakil.sama's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I want to customize tool tip. I need to pass an array and based on the X-Y points it should display element from an array. How could I work around for it?
  2. Version of charts is :- 7.3.5529.24241
  3. Hello Juan, Thanks for the help. One more issue I am facing is regarding shapes and tooltip's dependencies over the different js files. If I am just including coreBasic.js then I will get different shapes in the chart but its tool tip is not looking good. If I include coreVector.js also then the tooltip will look good but shapes disappears. what is the reason and what can I do?? Look at the attached images.
  4. I am trying to customise the marker points in jChartFX bubble chart. In javascript I know to put different shapes for different data points. ex:- pnts.getItem(-1, 2).setMarkerShape(cfx.MarkerShape.Rect); But I don't know how to set custom picture chart1.getPoints().getItem(0, 1).setPicture(; in above line what will replace the value of b??
  5. I want to customise the data marker shape in bubble chart as per the no of data. If I have 5 records then I need 5 different shapes viz. (circle, diamond, rect, etc). for the records. Instead of it I am only able to get same sahpe with differnet colors. How can this be achieved?
×
×
  • Create New...