Jump to content
JChartFX Community

naveen

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by naveen

  1. Hi,

    I am passing the data  as 

    data = [

        {

            Date: "Aug 24",

            Volume: 83.428,

            Transfers: 44.211

        },

        {

            Date: "Aug 25",

            Volume: 87.158,

            Transfers: 45.669

        },

        {

            Date: "Aug 26",

            Volume: 85.762,

            Transfers: 45.089

        },

    more...

    Here, I am showing the Yaxis in thousands for Volume and Transfers. But, I want to show the actual value of Volume and Transfers in tooltip when mouse over on the chart.(Eg: 85762 and 45089).

    Now its showing the Yaxis value in the tooltip as 85.762 and 45.089. Could you please help me to show the actual value in the tooltip?

    Thanks,

    Naveen Kumar P 


  2. I want to customize the point label position for the jchartfx chart. From jChartFX API Documentation, I have found the following method to do it

    chart1.getAllSeries().getPointLabels().setOffset(new java.awt.Point(4, 5)); 

    but it is throwing "java is not defined" error in console for all browsers. Could any one can help me to customize the point label position?

    Note: The Alignment attributes "cfx.StringAlignment.Near, cfx.StringAlignment.Far and cfx.StringAlignment.Center" are not needed in my case.

    Thanks in advance.

     

×
×
  • Create New...