Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Posts posted by Prerana


  1. Hello,

     

    Thanks for the query.

     

    For your 1st problem i.e. If lower limit value is not a zero then position of trend point label is wrong.

     

    Sol - This issue has been already logged internally, will keep you posted.

     

    For the query i.e.  How can I reduce chart margins?

     

    Sol - There are attributes to set chart margin, please go through our docs for the details -  http://www.fusioncharts.com/dev/chart-attributes.html?chart=angulargauge&attributeName=chart_chartRightMargin

     

    and kindly refer the fiddle given below for the implementation.



     

    Hope this will help,


  2. Hello,

     
    Thanks for the query.
     
    For the first query, i.e.  In IE(version IE11), there are only 4 options of export available: (PNG, JPG, PDF, SVG).
     
    Ans.  Its showing all the five options i.e. PNG, JPG, PDF, SVG, XLS.
    Here is the screenshot attached. Kindly refer the fiddle below to replicate the same.
     
    For the second query, i.e. In the exported XLS, the label information (which has a comma in it) is being chopped off.
     
    Ans. We have logged a bug for the same, will keep you posted.
     
    Hope this helps,

    post-70399-0-77222000-1484725894_thumb.png


  3. Hello,

     

    Thanks for replying back. 

     

    Your requirement is achievable using our new feature smartlabel.

     

    Using smartlabel you can achieve the following features:


    • If a bound box is provided it wraps / truncates the text
    • Calculate the metrics (height and width) of text for any style
    • Add ellipses if the text is truncated
    • Wraps a label in the bound box
    For further details about smartLabel, kindly refer the github link given below.


     

    Kindly refer the fiddle below for the implementation.


     

    Hope this helps,


  4. Hello,

     

    The attribute "placeValuesInside" is not supported by stacked bar chart type.

    As it is a stacked chart type, ie one plot will come over another plot, so placing value out side won't be a good visualisation.

     

    You can show value inside the plot, by setting the attribute "showValues" as 1 at the chart level.

     

    In your case, you can use text annotation, as the plots are in opposite direction.

     

    Using text annotations, you can add notes, labels, or any other contextual text information that you may want to make available inside the chart at any position.

     

    For more detatils about annotation, please refer the Fusioncharts documentation links given below. 


     


     

    Kindly refer the fiddle below for the implementation.


     

    Hope this helps,


  5. Hello,

     

    Thanks for the query.

     

    Kindly use annotation and its event (annotationClick, annotationRollOver, annotationRollOut) to achieve your requirement, ie add an icon to the chart with hover effect and click event.

     

    For more details about annotation, visit the links given below.


     


     

    Kindly refer the fiddle below for the implementation.


     

    Hope this helps,