All Activity
This stream auto-updates
- Earlier
-
web-dev changed their profile photo
-
How Can You Get the Best Social Media Services to Increase Your Reach ?
Guest posted a topic in Introduction
Social media has evolved into the most visible and important virtual arena, where it is used not only for social networking but also as a strong tool for digitally marketing your company and products. If you want to expand your business using social media, Brandoost offers the best SMO Services Packages. We are one of the leading organizations in the United States, providing the best SMO Packages for your business. Our experts will assist you in using social media to grow your business. In marketing, social media is incredibly significant. If you want to get the most out of social media, you should hire an expert. Brandoost offers the Best SMO Packages for your business, ensuring that your page is effectively built at a minimal cost. -
debrajshome changed their profile photo
-
scholzkevinab changed their profile photo
-
matchmakingcobangkok changed their profile photo
-
trendingkeynews changed their profile photo
-
myorganisedcar changed their profile photo
-
LuxLeather changed their profile photo
-
barowatt changed their profile photo
-
redrocksecuredreviews changed their profile photo
-
Go Tour Luxe changed their profile photo
-
Our multi series charts are not working in versions 3.17 and 3.18. With the only change being a Fusion Chart upgrade, all multiseries charts error out with the following: core.js:6498 ERROR TypeError: Cannot read properties of null (reading 'showplotborder') at t.a.parsePlotAttributes (fusioncharts.js:30:250186) at t.a.allocatePosition (fusioncharts.js:30:254484) at t.prepareAttributes (fusioncharts.js:13:200599) at c (fusioncharts.js:13:198928) at f (fusioncharts.js:13:199127) at t._mapChildren (fusioncharts.js:13:205523) at t.prepareAttributes (fusioncharts.js:13:200623) at c (fusioncharts.js:13:198928) at f (fusioncharts.js:13:199127) at t._mapChildren (fusioncharts.js:13:205523) Change the version back to 3.16 and all is well. Please point us to something that describes what we would need to do to make multi series charts work in later versions. Clearly something has changed, we just need to know what it is. Thanks!
-
How do you format the tooltip on the sum column in a waterfall chart?
T.H. posted a topic in Miscellaneous
On a waterfall chart we can control the formatting of tooltips. For example, an item is configured like this (in TypeScript): { label: label, value: value, toolText: `${fmt.format(value)}` } However, this does not work for a sum column. How can I achieve the above (custom formatting) of a value in the tooltip on a sum column? -
Hi, The attributes that you are using is supported in fusioncharts but not in fusiontime. For implementation in fusiontime kindly check the example below : https://jsfiddle.net/296fwtrj/ Thanks, Madhulika Mukherjee
-
index 9 in the data set is missing always
Naresh Pagadapu posted a topic in FusionCharts and ColdFusion
in Multi series chats index data is missing always {chart: {…}, categories: Array(1), dataset: Array(2)} categories: Array(1) 0: category: Array(12) 0: {color: '#e6194B', label: 'December 2021'} 1: {color: '#f58231', label: 'November 2021'} 2: {color: '#ffe119', label: 'October 2021'} 3: {color: '#bfef45', label: 'September 2021'} 4: {color: '#3cb44b', label: 'August 2021'} 5: {color: '#42d4f4', label: 'July 2021'} 6: {color: '#4363d8', label: 'June 2021'} 7: {color: '#911eb4', label: 'May 2021'} 8: {color: '#f032e6', label: 'April 2021'} 9: {color: '#a9a9a9', label: 'March 2021'} 10: {color: '#fabebe', label: 'February 2021'} 11: {color: '#ffd8b1', label: 'January 2021'} chart: animation: "1" baseFont: "Segoe UI, Tahoma, sans-serif" baseFontColor: "#8e1e59" borderColor: "#e8e8e8" caption: "Issued Violation vs. Settled Violation" captionFontBold: "1" centerlabel: "$label: $value" dataEmptyMessage: "Issued Violation vs. Settled Violation" decimals: "1" enableSmartLabels: "1" exportEnabled: "1" exportShowMenuItem: "0" labelDisplay: "Auto" plotHighlightEffect: "fadeout" showBorder: "0" showLegend: "1" showPercentInTooltip: "1" showPercentValues: "0" showValues: "1" showlabels: "1" showpercentvalues: "1" subcaption: "monthly spread of issued Violation vs. settled Violation" theme: "vts" yaxisname: "count" dataset: Array(2) 0: color: "#e6194B" data: Array(12) 0: {color: '#e6194B', value: 0} 1: {color: '#e6194B', value: '80'} 2: {color: '#e6194B', value: '4'} 3: {color: '#e6194B', value: 0} 4: {color: '#e6194B', value: '6'} 5: {color: '#e6194B', value: 0} 6: {color: '#e6194B', value: 0} 7: {color: '#e6194B', value: '1'} 8: {color: '#e6194B', value: '14'} 9: {color: '#e6194B', value: 0} 10: {color: '#e6194B', value: 0} 11: {color: '#e6194B', value: 0} seriesname: "Issued" 1: color: "#bfef45" data: Array(12) 0: {color: '#bfef45', value: '1'} 1: {color: '#bfef45', value: '80'} 2: {color: '#bfef45', value: '4'} 3: {color: '#bfef45', value: 0} 4: {color: '#bfef45', value: 0} 5: {color: '#bfef45', value: 0} 6: {color: '#bfef45', value: 0} 7: {color: '#bfef45', value: 0} 8: {color: '#bfef45', value: '14'} 9: {color: '#bfef45', value: 0} 10: {color: '#bfef45', value: 0} 11: {color: '#bfef45', value: 0} seriesname: "Settled" -
This screenshot is from the FusionChart documentation, except the values for the line on the secondary y-axis has been increased to showcase the problem. How do I get the secondary y-axis numbers to be scaled/formatted like those on the primary y-axis, so they read 300K, 225K etc? Thanks in advance...
-
stacked2d Need Show Up "DisplayValue" Outside of Bar "stackedbar2d" Chart
fakhryan posted a topic in Javascript Problems
Help please, Display Value going overlap when bar shink because data on inside bar chart. we need data show up outside of bar chart to avoid overlap (dont want to hide). we tries some trick like set Display value with extra whitespace "displayValue": " -2.000 " but fusion core replace / render it into only 1 space . we find attribute some attribute "valuePosition" : "outside" but, it's not support when using "stackedbar2d" this is my quick example full code : <html> <head> <title>My first chart using FusionCharts Suite XT</title> <script type="text/javascript" src="https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js"></script> <script type="text/javascript" src="https://cdn.fusioncharts.com/fusioncharts/latest/themes/fusioncharts.theme.fusion.js"></script> <script type="text/javascript"> FusionCharts.ready(function(){ var chartObj = new FusionCharts({ type: 'stackedbar2d', renderAt: 'chart-container', width: '450', height: '400', dataFormat: 'json', dataSource: { "chart": { "theme": "fusion", "caption": "Revenue split byw product category", "subCaption": "For current year", "xAxisname": "Quarter", "yAxisName": "Revenues (In USD)", //Showing the Cumulative Sum of stacked data "numberPrefix": "$", "showValues": "1" }, "categories": [{ "category": [{ "label": "Q1" }, { "label": "Q2" }, { "label": "Q3" }, { "label": "Q4" } ] }], "dataset": [{ "seriesname": "Food Products", "data": [{ "label": "Q1", "value": "0", "displayValue": "0" }, { "label": "Q2", "value": "100", "displayValue": "100" }, { "label": "Q3", "value": "5000", "displayValue": "5.000" }, { "label": "Q4", "value": "3500", "displayValue": "3.500" } ] }, { "seriesname": "Non-Food Products", "data": [{ "value": "-8", "displayValue": "-8" }, { "value": "-20", "displayValue": "-20" }, { "value": "-2000", "displayValue": "-2.000" }, { "value": "-1000", "displayValue": "-1.000" } ] } ] } }); chartObj.render(); }); </script> </head> <body> <div id="chart-container">FusionCharts XT will load here!</div> </body> </html> Hope i got help, thanks-
- outside
- javascript
-
(and 1 more)
Tagged with:
-
I have some issue with FusionCharts timeseries with React Rendering. I passed in the data to dataSource successfully ( see the dataStore object console), but the result is `no data to show`. Why I have the dataStore data, but the graph is not displaying?
-
- timeseries
- datasource
-
(and 1 more)
Tagged with:
-
update: https://pastebin.com/DMZUyDsY using event to change element by Div Id , but I am not happy as I only get dataPlotRollOver / dataPlotRollOut on data plot https://www.fusioncharts.com/dev/fusiontime/api/fusiontime-events Please make the properties to set it in chart configuration.
-
Hi, how to format display Number in fusiontime? I want format like 10.000,745 but I only get raw data which is 10000.745 I can't find in the documentation. I am using fusionchart 3.18^ in reactjs code: https://pastebin.com/5TUVMWyg tooltip: { enabled: true, toolText: `xxx : $series.0.dataValue <br> <b>$bin</b><br> Konfirmasi Baru: $series.0.dataValue<br>Sembuh: <b>$series.1.dataValue</b> <br> Meninggal: <b>$series.2.dataValue</b>`, },
-
i am not finding any way to use cylindercal gauge in my ionic app...the code available is only for Javascript. I need to know how to use it in ts files
-
Please use vue-fusioncharts:3.1.0 if you are using vue2
-
i use instructions to create simple charts with vue component and register him in main.js and i recieve this error in browser: Uncaught RuntimeException: #03091456 chartobject-1.render() Error >> Unable to find the container DOM element. How can i fix thisadd
-
Free Trial showing up in chart when we have license
Ayan Bhadury replied to Arfath Pasha's topic in Installation and Upgrades
Please drop a mail to [email protected] with your license details. -
Free Trial showing up in chart when we have license
Arfath Pasha replied to Arfath Pasha's topic in Installation and Upgrades
Hi We have a paid subscription for FusionChart, but not sure how to use it for angular, Could you please show an example where we can get subscription based FusionChart for angular (package.json). Thanks Arfath -
Free Trial showing up in chart when we have license
Ayan Bhadury replied to Arfath Pasha's topic in Installation and Upgrades
Please drop a mail to [email protected] with your license details. -
Free Trial showing up in chart when we have license
Arfath Pasha posted a topic in Installation and Upgrades
Hi We have license for fusion chart under Delta Controls Inc but when I used fusionchartXT in angular I see free trial watermark in chart, Could you please let me know how to get rid of free trial from chart. Thanks Arfath -
Negative rounding doesn't give the good number
Akash Biswas replied to MGS_Sebastien's topic in Bug Reports
Hope you are keeping well! Thank you for your continued patience. For the issue reported, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.18.0? To avail of the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ To download the Evaluation version of FusionCharts Suite XT v3.18.0, please visit the link: https://www.fusioncharts.com/download/fusioncharts-suite Thanks, Akash. -
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
MOHAMMAD KHANAFI replied to Syed's topic in Bug Reports
thank you Ayan, will check with the version above. Cheers, -
Hope you are keeping well! Thank you for your continued patience. For the issue reported, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.18.0? To avail of the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ To download the Evaluation version of FusionCharts Suite XT v3.18.0, please visit the link: https://www.fusioncharts.com/download/fusioncharts-suite
-
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
Ayan Bhadury replied to Syed's topic in Bug Reports
Hope you are keeping well! Thank you for your continued patience. For the issue reported, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.18.0? To avail of the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ To download the Evaluation version of FusionCharts Suite XT v3.18.0, please visit the link: https://www.fusioncharts.com/download/fusioncharts-suite -
Clicking on series name causing javascript errors in mssplinearea chart
Ayan Bhadury replied to Saturn's topic in Javascript Problems
Hope you are keeping well! Thank you for your continued patience. For the issue reported, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.18.0? To avail of the licensed release, you would need to re-download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: https://puc.fusioncharts.com/ To download the Evaluation version of FusionCharts Suite XT v3.18.0, please visit the link: https://www.fusioncharts.com/download/fusioncharts-suite -
@ewang24which version of prototype js you are using?
-
Edit: It appears that the problem is something in prototype. If I remove prototype, then the theme will render. Unfortunately, that is not a good solution. I am not able to remove the library. Does anyone have an idea of what could be happening?
-
Hi @Akash Biswas I am facing problem in changing the font size on caption as well as the chart base size in asp.net back end. I tried both of the codes also not success...Can you help me please? timeSeries.AddAttribute("caption", "{ text:'Particle Counter (10K)',captionFontSize:'7'}") timeSeries.AddAttribute("captionFontSize", "{value:'5'}") Thanks. Hooi Thin