Search the Community
Showing results for tags 'fusioncharts'.
Found 40 results
-
Changelog - https://www.fusioncharts.com/dev/upgrading/change-log New Features - https://www.fusioncharts.com/dev/upgrading/whats-new Changed Behavior - https://www.fusioncharts.com/dev/upgrading/changed-behavior Version History - https://www.fusioncharts.com/dev/upgrading/versio...
-
This is the error I'm getting, I want to know where it is evaluating length. fusioncharts.js?8f68:13 Uncaught (in promise) Error: TypeError: Cannot read property 'length' of undefined at Object.t.default [as factory] (fusioncharts.js?8f68:28) at o (fusioncharts.js?8f68:13) at Array.f...
-
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS)
mango posted a topic in Introduction
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS) $objFusionChart = new FusionCharts( 'Column3D', '898', '300', '0', '1' ); $strGraph = $objFusionChart->renderChart( false, false ); $strGraph has the the html content <script type="text/javascript" src="module/FusionChar... -
Hi My project is using server side rendering with next.js and I imported chart component this way. import dynamic from 'next/dynamic.js'; const FC = dynamic(() => import('../Employee/EmployeeFusionChart'), { ssr: false, }); we already purchased license so I tried to remove watermark from...
-
657 / 5000 Hello, I'm ashamed to say it but we have a version of FusionCharts active on a VB6 application !! The application works very well and therefore no other resources were spent as we do not have the possibility to spend for the upgrade !! With 2021 the Flash player no...
-
Changelog - https://www.fusioncharts.com/dev/upgrading/change-log New Features - https://www.fusioncharts.com/dev/upgrading/whats-new Changed Behavior - https://www.fusioncharts.com/dev/upgrading/changed-behavior Version History - https://www.fusioncharts.com/dev/upgrading/versio...
-
I am trying to cause the chart to re-render when new data is received. 1. I gave the fusioncharts element in the template a id of "#fc". <fusioncharts [width]="width" [height]="height" [type]="type" [dataSource]="dataSou...
-
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS)
Yasmine posted a topic in Introduction
Hello everyone, I am new to FusionCharts and I am currently working on implementing a multilevelpie chart. I added the dataSource into state so that I can manipulate it later and I am simply rendering it. All I am seeying is "Loading chart. Please wait" and it doesn't change. I already t... -
i'm trying to process data from a query. So I create a JSON object and populate it using a loop, like so: var processedData = [{ label: "teste", value: 123 }, { label: "teste2", value: 321 }]; if (dataParse.response) { dataParse = dataParse.response; for (var aux of dataParse) { js...
- 3 replies
-
- javascrip
- fusioncharts
-
(and 2 more)
Tagged with:
-
Hi I do not know if this is the right part of the forum but i hope someone can help me out. I have a website that uses Fusionchart Free V2 and as the EOL of flash is coming up i am wondering if it is possible to change the charts from using flash to JS? currently all charts are using .swf...
- 1 reply
-
- fusioncharts
- flash
-
(and 1 more)
Tagged with:
-
Set the chart property of the "linkedchart" dynamically
SantoshNavle posted a topic in Using FusionMaps XT
Hi, I have been able to load a India Map using Fusincharts Map. Also on every click of state I have been able to render the respective state map dynamically using the below code On each EntityClick I have configure the link to drill down the respective state using the below method. "e... -
I have just started exploring Fusion Charts. The documentation is clear and I have been able to create charts using `react`. One problem that I am facing is that the scroll does not work well on a mobile device. If I have charts that are covering the entire width of the screen, how would I scroll up...
- 1 reply
-
- mobile
- responsive
-
(and 2 more)
Tagged with:
-
I have three charts, and one mapwithcountries. The thing i would like to do is when click on some plot(column or bar) in one of my three charts i want to "redo" the others charts(column, bar, donut, map) with the specific data about that clicked plot. So how could i achieve this? I know there i...
-
Hi, we currently started to use Spline chart per customer's request and our client is asking what curve fitting method is used. Could you please tell us? Thanks.
-
Hello, I am getting this below error in the latest update. And also I am not able to see the excel export option on the rendered chart. All other option png, jpg and svg available. Earlier was able to see, after upgrading to latest fusioncharts getting the below error with no excel export option bei...
- 3 replies
-
- excel export
- angular
-
(and 1 more)
Tagged with:
-
export charts in ie Export charts in IE not working
Ravikumar Sutagundi posted a topic in General usage
Hi, Export chart in IE is not working for PDF, JPG, PNG and SVG format while the Excel works fine. I am able to export in other browsers except IE. Any response highly appreciated. Regards, Ravi- 6 replies
-
- enableexport
- exportatclient
-
(and 2 more)
Tagged with:
-
Hello everyone, I'm developing an APP that makes graphics based in data from MySQL, my problem is that when I bring the data at 100% zoom in chrome, in line charts the plottooltext is not showing, when zoom out, the plottooltext works 1st image, 100% zoom 2nd image, 50% zoom...
-
- chrome
- fusioncharts
-
(and 3 more)
Tagged with:
-
I am trying below code for exporting chart data in excel having chart+data in trial version of FusionChart. but acing below error Error TS2307: Cannot find module 'path'. Code I am using is below. I have tried all combination which you can see in comm...
- 1 reply
-
- fusionexport
- fusioncharts
-
(and 3 more)
Tagged with:
-
HI, I'm using 3.4 licensed version fusion charts in my application to render fusion charts like column2d, spline chart. I'm trying to implement tree map chart based on requirement. Data format required for treemap is proper, so no issue with data. But, When I added 3.12 version fusion.t...
- 2 replies
-
- treemap
- fusioncharts
-
(and 4 more)
Tagged with:
-
HI, I'm using 3.4 licensed version fusion charts in my application to render fusion charts like column2d, spline chart. I'm trying to implement tree map chart based on requirement. Data format required for treemap is proper, so no issue with data. But, When I added 3.12 version fusion.t...
- 3 replies
-
- javascript based
- data
-
(and 3 more)
Tagged with:
-
I'm new to FusionCharts and am currently evaluating it for use in a Angular 5.x project. Chrome and Edge browsers are working as expected but I receive a SCRIPT1006: Syntax Error with IE11. I followed the instructions provided in the Dev Center portion of the website https://docs.fusioncharts....
- 1 reply
-
- syntax error
- ie11
-
(and 2 more)
Tagged with:
-
Company Logo at the place of credit on charts
Ravikumar Sutagundi posted a topic in FusionCharts DOM
Hi, If we have the trial version, a message gets displayed saying "Fusion Charts XT Trial". The moment we have licensed version, this just disappears. My requirement is that I want to display a company logo or image at that place. How can I achieve that? Any reply highly appreciated...- 7 replies
-
- credits
- fusioncharts
-
(and 2 more)
Tagged with:
-
Hi, In javascript version of Fusioncharts, there was a function to call for the drilldowns like link="JavaScript:myJSFunction('USA', 235);" . Is there any provision available in the angular2 version as well? Regards, Ravi
-
Hi, I have a licensed copy of fusioncharts which is being used in one of web application. Now we have migrated to angular2(typescript). So, how can I use the existing licensed fusioncharts into my angular2 application? I have tried with some imports, but could not succeed. Need your a...
-
Im getting an error of TypeError: B.register is not a function at /Test/node_modules/fusioncharts/fusioncharts.charts.js:6:125 I am using fusioncharts installed via npm and have reverted to your guide on rendering charts via npm. Following step by step the error comes when trying to include...