Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Re-Animate on Data Change

    Hi, As of now, you can not animate the chart where the data updates at the runtime. However, you can use the updateAnimDuration attribute at the chart lvel, please note this attribute is still in the development stage, and all the features may not work as expected.
  2. Meaning of License Expiry Date

    Please drop a mail to [email protected]
  3. Meaning of License Expiry Date

    A new license key would be generated.
  4. Meaning of License Expiry Date

    Hi, Once the license is expired you will get a trial mark on your charts, also premium support will not be extended. That's said the functionality will not break only you can not use the charts in the deployed site as per the legal terms, for more info drop a mail to [email protected]
  5. Bar chart columns width

    Hi, To set the plot width please use plotSpacePercent or maxBarHeight at the chart object level.
  6. Hi, Please import fusioncharts.powercharts.js to resolve the problem import FusionCharts from 'fusioncharts'; import PowerCharts from 'fusioncharts/fusioncharts.powercharts'; import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'; import ReactFC from 'react-fusioncharts'; ReactFC.fcRoot(FusionCharts, PowerCharts, FusionTheme);
  7. Just Updated to 3.15.2 and clone() No Longer Working

    3.15.2 demo - https://jsfiddle.net/tg1x9jbn/
  8. Hi, If you have a FusionCharts license please drop a mail to [email protected] with the error reference & license details. Meanwhile for a quick fix please check with 3.15.1
  9. Just Updated to 3.15.2 and clone() No Longer Working

    Please fork the demo and share the updated sample - http://jsfiddle.net/3fye14xo/ I will take a look.
  10. Hi, Could you share a recorded video session of the above URL with the developer console open where the error is logged?
  11. Just Updated to 3.15.2 and clone() No Longer Working

    Please revert back with a demo if you are still facing the problem.
  12. Fusioncharts and ZK fails to load together

    Hi, To fix the above problem please test with version 3.12.2 for an immediate fix: https://unpkg.com/browse/[email protected]/ Here is a snapshot of the chart using zkoss build :
  13. The schema was not correct - https://jsfiddle.net/gybemrwz/
  14. Please share the sample code snippet along with the data & schema.
  15. Please review your code implementation once, make sure the promise returns the data first then the chart is rendered.
  16. Just Updated to 3.15.2 and clone() No Longer Working

    Hi, Here is a demo of clone api using the latest version - http://jsfiddle.net/3fye14xo/ Please update the fiddle by replicating the problem. Thanks, Ayan
  17. Please reproduce the problem in this fiddle - https://jsfiddle.net/fusioncharts/Lut0752a/
  18. Hi, Are you using plain JavaScript to render the chart?
  19. Assuming you are using column/bar plots you can use plotSpacePercent at the chart object level. Thanks, Ayan
  20. Vuejs Plugin

    Hi, Please drop a mail to [email protected] with your license details, along with the FusionCharts version you are using you will get the solutions shortly. Thanks, Ayan
  21. Please share the solution of the problem this could help others if they face similar problems.
  22. Please try to clear the cache and load the app. For Joomla related issues please check with Joomla support.
  23. Please refer to a sample shared as an attachment. Here is a screenshot below column2d.zip
  24. Please let us know the FusionCharts version you are using, you can check the metadata of fusioncharts.js for version details.