-
Content count
152 -
Joined
-
Last visited
Everything posted by Nabajeet
-
Is it possible to set width of each slice separately in doughnut 2d chart
Nabajeet replied to shueb's topic in General usage
Hi, Welcome to FusionCharts forum. The feature you have inquired is not supported. You can try out funnel chart if it meets your requirements. http://www.fusioncharts.com/charts/funnel-charts/ Thanks. -
Hi, Welcome to FusionCharts Forum. After going through your code we realized that you are using a very old version of FusionCharts and we strongly recommend you to upgrade because the version you are using is no longer supported, also FusionCharts have upgraded to JavaScript only rendering which is supported across PCs, Macs, iPads, iPhones or Android devices. Flash is no longer supported in FusionCharts. You can download the latest trial version of FusionCharts here: http://www.fusioncharts.com/download/ Thanks.
-
HTML controls overlapping with fusioncharts graph in IE 11
Nabajeet replied to Ashwini Maddala's topic in FusionCharts and ASP.NET
Hi, Can you share a live URL or sample. Also a reason for suggesting up-gradation to you is that dependency on jQuery files has bene removed from the latest files. Thanks. -
set the secondary y axis display value of Multi-series Stacked Column 2D + Line Dual Y Axis..............
Nabajeet replied to knives's topic in FusionCharts and PHP
Hi, There is some control over the values shown in primary Y axis but for secondary Y axis only limit values can be controlled. Please share with us if you find any solutions. Thanks.- 3 replies
-
- fusionchart
- php
-
(and 1 more)
Tagged with:
-
HTML controls overlapping with fusioncharts graph in IE 11
Nabajeet replied to Ashwini Maddala's topic in FusionCharts and ASP.NET
Hi, Can you please upgrade to the latest version of FusionCharts and let us know if the problem is resolved. You can download the trial version here: http://www.fusioncharts.com/download/ Thanks -
Glad we could be helpful. Thanks
-
set the secondary y axis display value of Multi-series Stacked Column 2D + Line Dual Y Axis..............
Nabajeet replied to knives's topic in FusionCharts and PHP
Hi, You can control the limits of the secondary y-axis values but it is not possible to control the other values shown on the secondary y axis. Thanks.- 3 replies
-
- fusionchart
- php
-
(and 1 more)
Tagged with:
-
Hi Luis, You can use the setChartData() method to update the JSON/XML data but it shall reload the chart again. http://docs.fusioncharts.com/FusionCharts.methods.html#setChartData Thanks.
-
Hi, You shall get the water mark if you are using the trial version of FusionCharts, if you have purchased the licensed version and still getting the watermark you must replace the js files properly also make sure you have cleared the browser cache. For more info on upgrading form evaluation version check here: http://docs.fusioncharts.com/tutorial-setup-upgrading-from-evaluation-versions.html Thanks.
-
How to select which dots in scatter chart are on top?
Nabajeet replied to Benjamin Biegel's topic in Javascript Problems
Hi, On our side its acting as said earlier the last series is shown on top. Can you send us a scaled down sample so that we can replicate your issue? -
How to forcibly set what we wish the tooltip to show on "error line" or "error bar" element ?
Nabajeet replied to david.marmie's topic in Suggestions & Requests
Hi, We shall keep you posted about any developments in the issue. Thanks. -
In mutli series line chart when value becomes "0" the line drawn is too thin.
Nabajeet replied to [email protected]'s topic in General usage
Hi, We are not getting the issue using the latest version 3.6.0 in IE9, so we recommend you to upgrade. You can download the trial version here: http://www.fusioncharts.com/download/ Thanks -
How to forcibly set what we wish the tooltip to show on "error line" or "error bar" element ?
Nabajeet replied to david.marmie's topic in Suggestions & Requests
Hi, Welcome to FusionCharts Forum, Tooltips cannot be individually disabled for error lines without disabling them for the anchors or plot. -
In mutli series line chart when value becomes "0" the line drawn is too thin.
Nabajeet replied to [email protected]'s topic in General usage
Hi, Can you let us know which version of FusionCharts and IE you are using? -
Please check this link for more info on how to upgrade: http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html
-
Hi, SWF files were required by older versions of FusionCharts which are no longer supported, the newer versions are fully JavaScript dependent and as such we recommend you to upgrade. You can download the latest trial version of FusionCharts here: http://www.fusioncharts.com/download/
-
Hi, The feature you have inquired is not supported by FusionCharts. The reason being that FusionCharts is dependent on JavaScript and JavaScript runs on the client side.
-
How to select which dots in scatter chart are on top?
Nabajeet replied to Benjamin Biegel's topic in Javascript Problems
Hi, It depends on the positioning of the series, the series you place last in the dataset will appear last. -
Hi, Only the fcexporter.jar file is required, fcexporthandler.jar file is not required in the latest version. fcexporter.jar file is available in the download package of version 3.6.0 Moreover please refer to our latest docs regarding the export handler using Java here: http://docs.fusioncharts.com/tutorial-interactivity-exporting-as-image-and-pdf-setup-private-export-server-java.html#_ga=1.210409367.307354263.1418119471
-
Hi, You are referring to an older version of FusionCharts docs, we are in the process of updating the docs for J2EE implementation. You may refer to the the older docs in the meantime but remember to ignore the portions related to Flash, its no longer supported. You may go through the sample provide in this link: https://www.dropbox.com/s/63s2bdeunk1sg2a/FusionChartsJSPBeanExample.zip?dl=0 You can use the jar files used in the sample.
-
Font Size Change On The Showsum Value In A Stackedcolumn3D Chart
Nabajeet replied to bazooka's topic in General usage
Glad we were able to save your time. Thanks -
Hi, When you provide JSON data using URL method you must set dataFormat as jsonURL.
-
Font Size Change On The Showsum Value In A Stackedcolumn3D Chart
Nabajeet replied to bazooka's topic in General usage
Hi, It is not possible to change the sum values font style individually without changing the font styles of the data values. -
Hi Arijit, Please make sure your data values are in the range of your min/max values, if your values are outside this range, though you have set y x axis min max values quadrant will not appear because the max min values are overwritten by actual values. Please check this fiddle for a demo using your attributes: http://jsfiddle.net/nabajeet_fusioncharts/dhyk91q9/ You can refer here for info on customizing quadrants: http://docs.fusioncharts.com/tutorial-chart-guide-bubble-and-xy-charts-customizing-quadrants.html If still quadrant doesn't appear please send us a sample of your code
-
auto render child chart of Linked Charts..........
Nabajeet replied to knives's topic in FusionCharts and PHP
Hi, Linked charts functionality is that on click of a data plot of one chart another chart is rendered which can be done replacing the original chart or on another div or as a popup. To fulfill your requirement you do not require a Linked Chart as such, rendering the two charts in two different containers will suffice. You can check out this dashboard for a demo: http://jsfiddle.net/fusioncharts/TumnU/ http://docs.fusioncharts.com/tutorial-getting-started-your-first-charts-building-a-dashboard.html