Vishalika

Members
  • Content count

    301
  • Joined

  • Last visited

Posts posted by Vishalika


  1.  

    Hi,

     

    Please note support for rendering of charts, gauges, and maps in Adobe Flash has been deprecated since v3.4.0 or higher versions. SWF files are not needed after upgrading to v3.4.0 or higher.

     

    Please check with the latest version of FusionCharts v3.10.1 and confirm if this issue occurs or not.

     

    Download the package from this: http://www.fusioncharts.com/download/

     

    Awaiting response.


  2.  

    Hi,

     

    Welcome to FusionCharts Forum!

     

    Please support for rendering of charts, gauges, and maps in Adobe Flash has been deprecated since v3.4.0 or higher versions. SWF files are not needed after upgrading to v3.4.0 or higher.

     

    Also, we have cosmetic properties to styles certain elements of charts in our latest release v3.10.1

     

    Refer this link for the chart attributes: http://www.fusioncharts.com/dev/chart-attributes.html?chart=column2d

     

    Hope this helps.


  3. Hi,

     

    Welcome to FusionCharts Forum!

     

    In Angular Gauge, it is possible to set the dial value to the maximum limit when the value is beyond maximum limit using the FusionCharts API setData().

     

    Syntax: setData(dialIndex, value)

    Description: This method sets the data for the given dial index on the chart. The first dial is represented by index 1, second by 2 and so on.

    Link: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#setData

     

    Also, you can change the maximum limit value dynamically using FusionCharts API setChartAttribute() .

     

    Syntax: setChartAttribute(attributes, value)

    Description: Updates a chart's data attributes with the new attribute-value pair. In other words, it updates a chart's data definition root.

    Link: http://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#setChartAttribute

     

    Hope this will help your use case scenario.


  4. Hi,

     

    Welcome to FusionCharts Forum!

     

    FusionCharts Suite XT lets you control annotations dynamically using the FusionCharts API. These methods let you create, update, set the visibility of, and delete annotation groups and items at run-time.

     

    For more details: http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/controlling-annotations-dynamically.html

     

    For resizing , the macros will help: http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/positioning-annotations-using-macros.html

     

    Try using the attribute origH, origW, refer this for the same: http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/annotations-references.html

     

    Hope this helps.