Jump to content
JChartFX Community

shakil.sama

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by shakil.sama

  1. 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.

     

    post-47418-0-87468100-1433485539_thumb.pngpost-47418-0-07804900-1433485541_thumb.png

  2. 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(B);

    in above line what will replace the value of b??

  3. 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...