-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
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.
-
Please drop a mail to [email protected]
-
A new license key would be generated.
-
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]
-
Hi, To set the plot width please use plotSpacePercent or maxBarHeight at the chart object level.
-
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS)
Ayan Bhadury replied to Yasmine's topic in Introduction
Welcome -
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS)
Ayan Bhadury replied to Yasmine's topic in Introduction
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); -
Just Updated to 3.15.2 and clone() No Longer Working
Ayan Bhadury replied to TheWitness's topic in General usage
3.15.2 demo - https://jsfiddle.net/tg1x9jbn/ -
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
Ayan Bhadury replied to Syed's topic in Bug Reports
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 -
Just Updated to 3.15.2 and clone() No Longer Working
Ayan Bhadury replied to TheWitness's topic in General usage
Please fork the demo and share the updated sample - http://jsfiddle.net/3fye14xo/ I will take a look. -
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
Ayan Bhadury replied to Syed's topic in Bug Reports
Hi, Could you share a recorded video session of the above URL with the developer console open where the error is logged? -
Just Updated to 3.15.2 and clone() No Longer Working
Ayan Bhadury replied to TheWitness's topic in General usage
Please revert back with a demo if you are still facing the problem. -
Fusioncharts and ZK fails to load together
Ayan Bhadury replied to Chaitanp's topic in Javascript Problems
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 : -
Uncaught RangeError: Maximum call stack size exceeded
Ayan Bhadury replied to Collin's topic in Javascript Problems
The schema was not correct - https://jsfiddle.net/gybemrwz/ -
Uncaught RangeError: Maximum call stack size exceeded
Ayan Bhadury replied to Collin's topic in Javascript Problems
Please share the sample code snippet along with the data & schema. -
Uncaught RangeError: Maximum call stack size exceeded
Ayan Bhadury replied to Collin's topic in Javascript Problems
Please review your code implementation once, make sure the promise returns the data first then the chart is rendered. -
Just Updated to 3.15.2 and clone() No Longer Working
Ayan Bhadury replied to TheWitness's topic in General usage
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 -
Uncaught RangeError: Maximum call stack size exceeded
Ayan Bhadury replied to Collin's topic in Javascript Problems
Please reproduce the problem in this fiddle - https://jsfiddle.net/fusioncharts/Lut0752a/ -
Uncaught RangeError: Maximum call stack size exceeded
Ayan Bhadury replied to Collin's topic in Javascript Problems
Hi, Are you using plain JavaScript to render the chart? -
How to resize data plot of bar chart
Ayan Bhadury replied to Crysome's topic in FusionCharts Jobs and Consultation
Assuming you are using column/bar plots you can use plotSpacePercent at the chart object level. Thanks, Ayan -
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
-
TypeError: e is not a function at e.resolveFusionCharts
Ayan Bhadury replied to a topic in Introduction
Please share the solution of the problem this could help others if they face similar problems.- 2 replies
-
- angular deployment
- typescript error
-
(and 1 more)
Tagged with:
-
JUncaught TypeError: Can't call method on undefined
Ayan Bhadury replied to Juuser's topic in Javascript Problems
Please try to clear the cache and load the app. For Joomla related issues please check with Joomla support. -
JUncaught TypeError: Can't call method on undefined
Ayan Bhadury replied to Juuser's topic in Javascript Problems
Please refer to a sample shared as an attachment. Here is a screenshot below column2d.zip -
JUncaught TypeError: Can't call method on undefined
Ayan Bhadury replied to Juuser's topic in Javascript Problems
Please let us know the FusionCharts version you are using, you can check the metadata of fusioncharts.js for version details.