Bindhu

Members
  • Content count

    135
  • Joined

  • Last visited

Posts posted by Bindhu


  1. Hi,

     

    Thank you for the JSON data.

     

    When you add up the values for 12-Jun-2013 series, it adds upto 100.01 and that is why yAxisMaxValue definition is overridden.

    If the sum value is more than 100 even by 0.001, then the charting engine will override the yAxisMaxValue set and sets the max value to a little higher value to accommodate space for the higher value data plot.

    Hope this clarifies.


  2. Hi,

     

    Welcome to FusionCharts Forum :)

     

    Can you please confirm if you want those Pie charts to be interactive? If yes, then it is not supported.

     

    If they are just images representing a pie chart, then yes, it is supported in our upcoming version, using annotations. You may click on the Scatter chart data plots(Pie chart) and then drill down.

     

    Hope this clarifies!


  3. Hi,

    Welcome to FusionCharts Forum.

    For pure JavaScript charts, export using PHP is one of the options, the other being use of Batik Rasterizer library.

    You may use the Batik Rasterizer library. Batik Rasterizer library is a third-party library. Since Batik Rasterizer library is a third-party library, we do not have native implementation of this library in Java/J2EE. However, since Jar files of Batik have also been developed using Java, you can import the Jars files of Batik to use them directly in your Java based application.

     

    Hope this helps!