-
Content count
545 -
Joined
-
Last visited
About Ayan Bhadury

-
Rank
Supreme Being
- Birthday 02/08/1995
Profile Information
-
Gender
Male
-
Location
India
Recent Profile Visitors
-
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- 21 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- 21 replies
-
- node drag
- node drag chart
-
(and 1 more)
Tagged with: