Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Gap between x axis categories

    Welcome!!
  2. Gap between x axis categories

    If the space between the categories will reduce the plot size will increase accordingly, so as to accommodate the space. Also, check out the numVisiblePlot attribute
  3. Welcome !! Happy charting!!
  4. Refer to this demo : http://jsfiddle.net/fusioncharts/G7hYq/ And apply the data structure (objects) accordingly.
  5. Gap between x axis categories

    set lower value the more you increase the plotSpacePercent value the greater will be the distance
  6. Export to JPG

    To export the chart at the server side you can use FusionExport - https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview
  7. Gap between x axis categories

    The gap between the two categories could be adjusted using plotSpacePercent, please let us know the problem you are facing while applying this attribute so that we could check accordingly.
  8. column_2D

    @Cybeta Tick marks are not supported in the column2d chart, you can check time-series charts instead if you have date/time-based data : https://www.fusioncharts.com/fusiontime/examples/column-chart-with-time-axis?framework=javascript
  9. column2d yaxis range

    It can be in lowercase or in camelcase, both will work
  10. column2d yaxis range

    Hi, Please use yAxisminValue & yAxisMaxValue at the chart object level, to know more refer to this page : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/chart-limits
  11. Hi, The issue is already reported internally and will be fixed in the upcoming version. For immediate fix please use version 3.15.3
  12. @lavanyasreepada Flash version is deprecated, kindly upgrade to the latest JavaScript version : https://www.fusioncharts.com/download/fusioncharts-suite-xt
  13. Radar chart Y-Axis order

    @Paolo Biondo Inverse axis is not supported in Radar chart as of now, you can refer to our list of inverse charts from here : https://www.fusioncharts.com/dev/chart-guide/standard-charts/inverse-y-axis-chart
  14. @daya89 Check out FusionExport for server-side image capturing : https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview
  15. Hi, Refer to this demo: https://www.fusioncharts.com/features/linkedcharts-for-drill-down (Modal box)
  16. Hi, You are using SWF files that are deprecated please upgrade to the latest js version 3.16.0 We also have react-component using which you could render chart in react : https://github.com/fusioncharts/react-fusioncharts-component
  17. Tooltip Issue with Scrollstackedcolumn2D

    Please let us know the problem you are facing, kindly check with the latest version 3.16 : http://jsfiddle.net/fusioncharts/t3SKj/
  18. How to Print Fusion Chart

    @daya89 Yes you can use the latest version of FusionCharts which renders in javascript: https://www.fusioncharts.com/download/fusioncharts-suite-xt demo : http://jsfiddle.net/fusioncharts/y3H2G/
  19. Hi, You are using an older version of FusionCharts, the issue has been fixed, please try with the latest CDN link: https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js https://cdn.fusioncharts.com/fusioncharts/latest/themes/fusioncharts.theme.fusion.js
  20. @hieuth Yes its supported : https://www.fusioncharts.com/dev/maps/spec-sheets/vietnam
  21. FileMaker Integration

    Please share the error you are getting so that we could check accordingly.
  22. Data not showing up

    Please share the XML data that you are passing to the datasource so that I could investigate accordingly.
  23. Data not showing up

    Hi, strByDispXML data is missing in the sample hence "No data to display" message is shown in the canvas. If you are using JSON data refer to this demo: http://jsfiddle.net/Ln54w7ph/ If you are using XML refer to this demo: http://jsfiddle.net/7tfbegLx/
  24. Please use Fusion Export for using report generation : https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview