-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
HowTo: Multi-series 2D line chart, dual Y axis, with one or both of the Y axes inverted?
Ayan Bhadury replied to randomnuggets's topic in General usage
Hi, FusionCharts as of now, supports inverted axis only for single y-axis charts, here is a link for reference: https://www.fusioncharts.com/dev/chart-guide/standard-charts/inverse-y-axis-chart For dual y-axis support in inverse charts along with the y-axis scale customization, please drop a mail to [email protected] with your license details.- 1 reply
-
- dual y axis
- feature
-
(and 3 more)
Tagged with:
-
Hi Danny, Apologies for the delay. You can try out FusionExport for saving the chart image to your disk along with much more functionalities: https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview For the issue related to wkhtmltoimage please check their forum, if you are getting any issue logged from the fusioncharts library please let us know.
-
Hi, Please find the solution to your queries : Customizing the shadow property is not possible as of now. Setting the legend as the dashed line is also not possible as of now. If you have an active license please drop a mail to [email protected] so that we could prioritise your requirments.
-
FusionCharts.options.license() does not exist
Ayan Bhadury replied to BenBiz's topic in Installation and Upgrades
If you are using typescript apply in the following way : FusionCharts.options['license']({ key: '<YOUR KEY>', creditLabel: false, }); -
Hi @RandyBirch No problem! please drop a mail to [email protected] Meanwhile please check out our vb.net wrapper: https://www.fusioncharts.com/dev/getting-started/aspnet/your-first-chart-using-aspnet GitHub : https://github.com/fusioncharts/vb-net-wrapper
-
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
Ayan Bhadury replied to Syed's topic in Bug Reports
@Kacper Rokicki Please drop a mail to [email protected] with your license details -
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
Ayan Bhadury replied to Syed's topic in Bug Reports
@Kacper Rokicki Please try with fusioncharts:3.15.1 -
Ho to update latest Jquery used in Fusion Chart
Ayan Bhadury replied to Veerendra's topic in Javascript Problems
FusionCharts 3.2.3 is a flash-based version that is now deprecated, kindly upgrade to the latest version 3.16.0, please refer to the links below Upgrade from flash to JavaScript: https://www.fusioncharts.com/dev/upgrading/from-flash-to-javascript Render charts using jquery : https://www.fusioncharts.com/dev/getting-started/jquery/your-first-chart-using-jquery -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
palettecolors works at the chart object level if you want to set color at the data level use color attribute data:[{ label:'A', value:100, color:"#808080" }] -
The data structure for bar2d and scrollbar2d is different bar2d - single series charts, have label & value as an object example: http://jsfiddle.net/fusioncharts/y3H2G/ scrollbar2d - multi-series chart, have separate category object, and dataset object, demo : http://jsfiddle.net/fje9xsgm/
-
How to disable axisReferenceVisualsBottom in bar charts?
Ayan Bhadury replied to BenBiz's topic in General usage
Hi, Please set divLineAlpha as 0 at the chart object level- 2 replies
-
- axisreferencevisualsbottom
- column2d
-
(and 1 more)
Tagged with:
-
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
okay, for php implementation please check other web forums or kindly get our support license, if you face any problem with the chart library I would be assisting you accordingly, -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
Please help me with your licensing details. -
https://www.fusioncharts.com//fusiongrid
-
Idea for adding context menu in node drag chart for specific node
Ayan Bhadury replied to Szymon Wojciechowski's topic in Using PowerCharts XT
1 - refer to the demo: https://www.fusioncharts.com/charts/drag-node-charts/network-visualization?framework=javascript 2 - Two nodes can have one connector in the drag-node chart, for multiple connectors use Sankey chart- 22 replies
-
- node drag
- node drag chart
-
(and 1 more)
Tagged with:
-
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
yes you can store the values in array or in object or in a variable and fetch them as per your choice -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
Please check your implementation logic -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
The example which you have shared does not have any series as YES, please note FusionCharts does not manipulate the data, please structure the data properly and visualize the data based on that. -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
Please update the demo with your chart data ; https://jsfiddle.net/qjd56g8h/ -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
-
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
0 is considered as a number, it will obviously take a plot space based on your y-axis scale if you do not want to show any plot use null instead of 0, here is a demo : http://jsfiddle.net/bzdso20y/ -
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
What is the error you are getting? could you please share the JSON data that is retrieved after the chart is rendered? You can check the view page source and share the JSON data or you in the browser console type FusionCharts.items[''chart-object"].getJSONData() -
Idea for adding context menu in node drag chart for specific node
Ayan Bhadury replied to Szymon Wojciechowski's topic in Using PowerCharts XT
1 - You can add an icon in the form of an image and drag it. 2 - If you need two-way communication check out Sankey diagram : https://www.fusioncharts.com/charts/sankey-diagram/simple-sankey-diagram?framework=javascript- 22 replies
-
- node drag
- node drag chart
-
(and 1 more)
Tagged with:
-
Error data output (json) stackedcolumn2d
Ayan Bhadury replied to RTime's topic in FusionCharts and PHP
Here is a demo based on your data : http://jsfiddle.net/x937haw5/1/ -
looking to adapt a spider or star chart for online dashboard
Ayan Bhadury replied to peace@work's topic in FusionCharts Jobs and Consultation
Hi, For the first chart refer to this link: https://www.fusioncharts.com/fusiontime/examples/annotating-single-data-point?framework=javascript For spider chart refer to this page : https://www.fusioncharts.com/charts/radar-spider-charts