Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Posts posted by Prerana


  1. Hello,


    Thanks for the query.
     
    Your requirement is achievable by setting transposeAxis attribute as 1 at chart attribute level.
     
    If you hide a dataset using legend icon, the transposeAxis attribute (when set to 1) will compute the axes limit with respect to maximum and minimum value of the visible dataset(s). 
     
    Kindly refer the sample fiddle below for the implementattion.
     
    Please feel free to revert back to us for further assistance.

  2. Hello Remy,


     


    We are glad to inform you that - 


     


    FusionCharts 3.12.0 release is available now. You can download latest files from PUC portal: http://puc.fusioncharts.com/

     

    You can also download evaluation version, using this link: http://www.fusioncharts.com/download/

     


     

    The issue reported by you has been fixed, kindly check this fiddle for the same.

     

    Please revert back to us if you have any queries.


  3. Hello,

     

    The attribute labelBgAlpha and  labelBgColor is not supported by vLine.

     

    Kindly refer the doc to know more about the attribute supported by vLine.

     

    However as a workaround, you can achieve your requirement using text and shape annotation.

     


    Kindly refer the sample fiddle given below for the implementation.



     

    Please visit this doc for further reference about annotation.

     

    Hope this will help.


  4. Hello,

     
    Thanks for your query.
     
    Kindly send us the scaledown sample so that we can replicate the issue at our end.
     
    However you can visit the link for further reference about the setup of private export server using php http://www.fusioncharts.com/dev/exporting-charts/server-side-export/setup-private-export-server-php.html#_ga=1.133969100.379321021.1469940518
     
    Hope this will help.

  5. Hello,

     

    Thanks for replying back.

     

    As you have licensed version of fusioncharts js files, please replace the previous js file with the  licensed js files in your code to remove the watermark.

     

    Please visit this doc to know more about how to upgrade to the latest version.


     

    Note - Please clear the browser cache and then render the chart.

     

    Hope this will help.


  6. Hello,

     

    Thanks for replying back.

     

    We are not able to replicate the issue using the gist you have sent because there are many attributes whose values are not available in the sample, and you are setting the value of those attribute using some array/function.

     

    Kindly send me the entire encoded json including the data using which the chart is rendering not the php code.

     

    Hope this will help.


  7. Hello,

     

    Thanks for the query.

     

    As we can see, you are using checkbox for selecting and deselecting the column, so at the time of fetching the color some how its fetchng the color of the deselected column, so check your code once.

     

    You can also send the scaledown to us so that we can check the same at our end.

     

    P.S. FusionCharts had stopped any development for filemaker since 7th aug 2013.

     

    Hope this will help,


  8. Hello,

     
    Thanks for replying back.
     
    The manageLabelOverflow attribute tries to manage overflow of data labels. If enabled, data labels are either wrapped or truncated with ellipses to prevent them from overflowing out of the chart canvas. In case smartLabels is disabled, the labels are wrapped to avoid the overflow. Since smartLabels is disabled, the wrapped labels might get overlapped. When smartLabels is enabled, management of the overflowing labels fit in the "quadrant specific smart labeling algorithm.
     
    But when useEllipsesWhenOverflow attribute is enabled, long data labels are truncated by adding ellipses to prevent them from overflowing the chart background. The default value is 1. This setting works only when manageLabelOverflow is set to 1.
     
    Hope this will help.

  9. Hello,

     

    Thanks for the query.

     

    Your requirement is achievable by setting the color attribute at data level for each plot.

     

    For achieving the same, I have written a function which is returning the color as per the given data value, and then setting that color at the data level while pushing the data into an array. 

     

    Kindly refer the sample given below for the implementation.


     

    Hope this will help,

    post-70399-0-88155100-1486444062_thumb.png


  10. Hello,

     

    Thanks for the query.

     

    Kindly refer the doc link given below, to know how to integrate fusioncharts with node js.

     


     

    You can also check the doc about how to add fusioncharts as a dependency using npm.

     


     

    Hope this will help,