Akash Biswas

Moderators
  • Content count

    417
  • Joined

  • Last visited

Posts posted by Akash Biswas


  1. Hi,

     

    You can customize the chart visuals by using the configuration attributes supported for setting the chart cosmetics. For example, you can set the attribute "lineThickness" to define the thickness of the line in a line chart. To set the base font for any text element on the chart set "baseFontSize" or "baseFont".

    Also specific font attributes are also supported for individual elements like "labelFontSize" to set font size for x-axis labels, or "valueFontSize" for data plot values.

    Please refer to the attributes list for each chart types available : https://www.fusioncharts.com/dev/chart-attributes/line

    Also check the documentation for further reference : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-plot

    For font configuration : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/fonts

     

    Thanks,

    Akash.


  2. Hi Sebastien,

     

    As of now the y-axis divisional lines interval could be configured using "adjustDiv", "yAxisMinValue", "yAxisMaxValue" and "numDivLines" accordingly to configure the intervals.
    For example : 0 to 100, numDivLines - 9, so the interval would be 0, 10, 20, 30, ...., 80, 90, 100.

    However, please confirm if your requirement is to set a value like 22, and based on which the y-axis interval would appear like 0, 22, 44, 66, .... and so on automatically.

     

    Thanks,

    Akash.


  3. Hi,

     

    Thank you for your continued patience. For the reported issue, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.14.1?
     
    Find a sample fiddle for reference : https://jsfiddle.net/x3fqL7ry/1/ 
     
    To avail the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center.
     
    To download the Evaluation version of FusionCharts Suite XT v3.14.1, please visit the link:
    https://www.fusioncharts.com/download/fusioncharts-suite-xt
     
     
    Thanks,
    Akash.

  4. Hi,

    Thank you for your continued patience. For the reported issue, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.14.1?
    Find a sample fiddle for reference : https://jsfiddle.net/x3fqL7ry/1/ 
    To avail the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center.
    To download the Evaluation version of FusionCharts Suite XT v3.14.1, please visit the link:
    https://www.fusioncharts.com/download/fusioncharts-suite-xt
     
     

    Thanks,

    Akash. 


  5. Hi Adhiarta,

     

    To add the export to XLSX format in the export menu, you need to include the fusioncharts.excelexport.js file. Please refer to the sample fiddle : http://jsfiddle.net/r6Lhw1ys/4/

    For configuring the export option in the export menu you need to set the exportFormats attribute. Refer to the sample fiddle : http://jsfiddle.net/r6Lhw1ys/5/

    Also check the documentation for reference : https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/configuring-the-export-feature

     

    Thanks,

    Akash.


  6. Hi Alex,

     

    FusionCharts supports the API event "legendrangeupdated" using which you could fetch the minimum and maximum value of the current colorRange selected on dragging. Sample for reference : https://jsfiddle.net/njgcbv7p/4/

    However, it is not possible to set a color range programmatically as of now to set the same selected range on another map when dragged on your first map.

     

    Thanks,

    Akash.


  7. Hi Alex,

     

    FusionCharts supports the API event "legendrangeupdated" using which you could fetch the minimum and maximum value of the current colorRange selected on dragging. Sample for reference : https://jsfiddle.net/njgcbv7p/4/

    However, it is not possible to set a color range programmatically as of now to set the same selected range on another map when dragged on your first map.

     

    Thanks,

    Akash.


  8. Hi Mnowotny,

     

    To see the more dense or granular data on zooming in the chart is supported in FT charts and the feature is called binning.

    FusionCharts supports the concept of binning that automatically groups the data for a specific period of time (For example - 1 month) based on the available pixel of the chart canvas. You can zoom in to view further granular data as the binning changes on zooming for weeks or days or hours based on the level of granularity you have in the chart data provided.

    Please note : You need to provide the entire data to the chart so that it understands the level of granularity and it would render the chart with the axis accordingly.

    You can also set custom binning according to your requirement. Please refer to the documentation link for configuring binning of the chart : https://www.fusioncharts.com/dev/fusiontime/getting-started/change-default-aggregation 

     

    Thanks,

    Akash.


  9. Hi Sneha,

     

    The visual as per the provided image is due to the 3D lighting feature of the Doughnut chart which is enabled by default. You can disable the feature by setting the configuration attribute "use3DLighting" to "0".

    Please refer to the sample fiddle using your provided chart configuration attributes along with the above mentioned attribute : http://jsfiddle.net/w1b6kLdg/4/

     

    Thanks,

    Akash.