-
Content count
655 -
Joined
-
Last visited
Everything posted by Ayan Bhadury
-
Welcome!!
-
If the space between the categories will reduce the plot size will increase accordingly, so as to accommodate the space. Also, check out the numVisiblePlot attribute
-
msstackedcolumn2d chart show only one stacked bar
Ayan Bhadury replied to orit's topic in Javascript Problems
Welcome !! Happy charting!! -
msstackedcolumn2d chart show only one stacked bar
Ayan Bhadury replied to orit's topic in Javascript Problems
Refer to this demo : http://jsfiddle.net/fusioncharts/G7hYq/ And apply the data structure (objects) accordingly. -
set lower value the more you increase the plotSpacePercent value the greater will be the distance
-
To export the chart at the server side you can use FusionExport - https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview
- 1 reply
-
- fusionchart
- export
-
(and 1 more)
Tagged with:
-
The gap between the two categories could be adjusted using plotSpacePercent, please let us know the problem you are facing while applying this attribute so that we could check accordingly.
-
@Cybeta Tick marks are not supported in the column2d chart, you can check time-series charts instead if you have date/time-based data : https://www.fusioncharts.com/fusiontime/examples/column-chart-with-time-axis?framework=javascript
-
It can be in lowercase or in camelcase, both will work
-
Hi, Please use yAxisminValue & yAxisMaxValue at the chart object level, to know more refer to this page : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/chart-limits
-
Clicking on series name causing javascript errors in mssplinearea chart
Ayan Bhadury replied to Saturn's topic in Javascript Problems
Hi, The issue is already reported internally and will be fixed in the upcoming version. For immediate fix please use version 3.15.3 -
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS)
Ayan Bhadury replied to mango's topic in Introduction
@lavanyasreepada Flash version is deprecated, kindly upgrade to the latest JavaScript version : https://www.fusioncharts.com/download/fusioncharts-suite-xt -
@Paolo Biondo Inverse axis is not supported in Radar chart as of now, you can refer to our list of inverse charts from here : https://www.fusioncharts.com/dev/chart-guide/standard-charts/inverse-y-axis-chart
-
How to make image popup on the page when click on link (state/country)
Ayan Bhadury replied to Kermen Choung's topic in Using FusionMaps XT
@Kermen Choung Same concept holds for maps -
Capture The Fusioncharts As Images Using Serverside Coding
Ayan Bhadury replied to nitinvertigo's topic in FusionCharts and ASP.NET
@daya89 Check out FusionExport for server-side image capturing : https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview -
How to make image popup on the page when click on link (state/country)
Ayan Bhadury replied to Kermen Choung's topic in Using FusionMaps XT
Hi, Refer to this demo: https://www.fusioncharts.com/features/linkedcharts-for-drill-down (Modal box) -
FusionChart showing '' Loading chart. Please wait'' when rendered (React JS)
Ayan Bhadury replied to mango's topic in Introduction
Hi, You are using SWF files that are deprecated please upgrade to the latest js version 3.16.0 We also have react-component using which you could render chart in react : https://github.com/fusioncharts/react-fusioncharts-component -
Please let us know the problem you are facing, kindly check with the latest version 3.16 : http://jsfiddle.net/fusioncharts/t3SKj/
-
@daya89 Yes you can use the latest version of FusionCharts which renders in javascript: https://www.fusioncharts.com/download/fusioncharts-suite-xt demo : http://jsfiddle.net/fusioncharts/y3H2G/
-
Hover and Tooltip not working when more than one chart on a page
Ayan Bhadury replied to Adix182's topic in Javascript Problems
Hi, You are using an older version of FusionCharts, the issue has been fixed, please try with the latest CDN link: https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js https://cdn.fusioncharts.com/fusioncharts/latest/themes/fusioncharts.theme.fusion.js -
Chart Type Not Supported Error message after Fusion Chart Upgrade
Ayan Bhadury replied to Aamir's topic in Installation and Upgrades
@hieuth Yes its supported : https://www.fusioncharts.com/dev/maps/spec-sheets/vietnam -
Please share the error you are getting so that we could check accordingly.
-
Please share the XML data that you are passing to the datasource so that I could investigate accordingly.
-
Hi, strByDispXML data is missing in the sample hence "No data to display" message is shown in the canvas. If you are using JSON data refer to this demo: http://jsfiddle.net/Ln54w7ph/ If you are using XML refer to this demo: http://jsfiddle.net/7tfbegLx/
-
wkhtmltoimage no longer works in latest version
Ayan Bhadury replied to Klakurka's topic in Installation and Upgrades
Please use Fusion Export for using report generation : https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview