-
Content count
350 -
Joined
-
Last visited
Everything posted by Moonmi Sonowal
-
is this possible in multi-axis charts
Moonmi Sonowal replied to Sumant Sarkar's topic in Using PowerCharts XT
Hi Sumant, For dashed lines towards the end of a line chart you need to set the attribute "dashed" to 1 in the set element of the chart. Please refer the fiddle below for its implementation. http://jsfiddle.net/moonmi/bqqd1fcx/ Hope this helps. -
Export failing with exportChart()
Moonmi Sonowal replied to dennish's topic in FusionCharts and ASP.NET
Hi Dennis, Hope your issue will be resolved once upgraded. Please do share your feedback if the issue is resolved. If the issue still persists do not hesitate to write back to us. Thanks.- 4 replies
-
- server side
- export
-
(and 1 more)
Tagged with:
-
Hi Deepti, A demo sample of a drill down chart has been shared. Please download the sample from the drop box link below: https://www.dropbox.com/s/69izau6a7m3rp9e/forumpost16333.zip?dl=0 Please note the sample uses the latest version files. Hence we suggest you to upgrade to the latest version and cross check your sample. If the issue still persists please write back to us. Thanks.
-
Glad that your issue is resolved.
-
Hi Deepti, Could you please confirm which version of FusionCharts you have been using to render the charts? We at our end have tested drill down charts on IE browser as well using the latest JS files (3.5.0). Hence we would suggest you to try and upgrade to our latest version and cross check the sample. The evaluation version can be downloaded from the link below. http://www.fusioncharts.com/download/ Please share your valuable feedback if your issue is resolved. Do drop us a mail if you require any further assistance. Thanks.
-
Data not displaying properly
Moonmi Sonowal replied to Aditya Upadhyaya's topic in Javascript Problems
Hi, Could you please share with us your chart XML/JSON data for plotting the chart so that we can assist you accordingly. Awaiting for your response. -
Hi, Below is the updated fiddle link. http://jsfiddle.net/moonmi/bdt5dngw/2/ In the fiddle we have "maxLabelWidthPercent" attribute used. With this attribute we can specify the maximum % of available width for data labels. This attribute takes a value between 5 and 80. Hope this helps.
-
Chart Data is not coming right though query is fine.
Moonmi Sonowal replied to Aditya Upadhyaya's topic in Miscellaneous
Hi Aditya, Could you please check on your code if you have missed out any category level (label) while converting the data from database to JSON/XML format? It might so happen that some category level data is missed out on iteration of the chart data. If the issue still persists do share with us your scaled down code part so that we can assist you accordingly. Awaiting for your response. -
Multi-Series 3D Stacked Column chart?
Moonmi Sonowal replied to e1O's topic in Suggestions & Requests
Hi, We do not yet support the kind of your required chart. However, we have logged a request for the Multi-Series 3D Stacked Column chart type . We will let you know about its feasibility soon. Thanks. -
Zoomline Chart not working fine with Gantt Chart
Moonmi Sonowal replied to eureka's topic in Bug Reports
Hi, Could you please download the sample from the drop box link below ? It has a sample where in a single page a simple zoomline and gantt chart is rendered. https://www.dropbox.com/s/o653r9xd4s3h0v0/forumpost16284.zip?dl=0 If the issue still persists please share with us your chart data and the steps to replicate the issue so that we can assist to accordingly. Awaiting for your feedback. -
Update Chart Data Without refreshing chart graphics
Moonmi Sonowal replied to [email protected]'s topic in General usage
Hi, We have a demo sample for your requirement. Please download it from the drop box link below. https://www.dropbox.com/s/p90pe22jep71utu/jquerySample.zip?dl=0 Hope this helps. -
Export failing with exportChart()
Moonmi Sonowal replied to dennish's topic in FusionCharts and ASP.NET
Hi Dennish, Could you please try upgrading to our latest version of FusionCharts and cross check if the issue still persists? The evaluation version can be downloaded from the link below. http://www.fusioncharts.com/download/ The upgrading steps can be followed from the documentation link below. http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html With our latest version to setup a private export server in ASP.NET, you will need the official ASP.NET export handler provided in the FusionCharts package. The export handler will provide the necessary files to configure the export server. It will handle all requests sent by the user for exporting and generate the chart in the requested format. Please refer the documentation below for reference. http://docs.fusioncharts.com/tutorial-interactivity-exporting-as-image-and-pdf-setup-private-export-server-asp-net.html Hope this would resolve your issue. If the issue still persists please do drop us a mail. Thanks.- 4 replies
-
- server side
- export
-
(and 1 more)
Tagged with:
-
fusioncharts.powercharts.js file version issue
Moonmi Sonowal replied to preetibedi's topic in Using PowerCharts XT
Hi, As you have mentioned that you have been using different files from different version, this will cause issues with the charts. We would suggest to to use all the JS files from a specific version only. Could you please try upgrading to our latest version and test your charts for any issue. To download the latest Evaluation version of FusionCharts Suite, please visit the link: http://www.fusioncharts.com/download/ Please note that starting v3.4, the file names and package structure of FusionCharts JavaScript library files have changed. Additionally, all file names are now in lower case to avoid conflicts on case-sensitive servers. Please refer the documentation link below for upgrading. http://docs.fusioncharts.com/tutorial-setup-upgrading-from-previous-versions.html Hope this would resolve your issue. If the issue still persists please do drop us a mail. Thanks. -
Zoomline Chart not working fine with Gantt Chart
Moonmi Sonowal replied to eureka's topic in Bug Reports
Hi, Could you please try and test the fiddle below from our fiddle gallery. http://jsfiddle.net/fusioncharts/WDsZF/ Please note that the above fiddle has been created using the latest (version 3.5.0) JS files. Hence, we would suggest you to try and upgrade to our latest version and cross check your chart. If the issue still persists please share with us your zoomline chart data so that we can assist you accordingly. Awaiting for your response. -
Converting PHP Charts to Javascript
Moonmi Sonowal replied to Nate23VT's topic in FusionCharts and PHP
Hi, FusionCharts can be used with AJAX as well. If possible could you share with us your code part so that we assist you accordingly. Awaiting for your response. -
Hi, It is not possible to export logo along with the chart with the current version. However, the issue has been taken care of and can be achieved with our next release version. We will keep you posted regarding the release. Until then your patience and support is appreciated. Thanks.
-
Hi, Please make use of the "exportenabled" and set it to 1 in the chart element. Also to hide the export menu icon, you can make use of the "exportShowMenuItem" and set it to 0. Please refer the fiddle below (updated fiddle) http://jsfiddle.net/moonmi/xocf5qtq/ Hope this helps.
-
Stacked Area + Line Combination Chart
Moonmi Sonowal replied to BradG's topic in Suggestions & Requests
Hi, We have logged a request and will keep you posted regarding any update. Until then your patience and support is appreciated. Thanks. -
Data points are cut in half on the top when rendering a chart that has scrolling
Moonmi Sonowal replied to paco's topic in Bug Reports
Hi, A bug has been logged regarding the issue and are working on it. We will keep you posted about any update. Until then your patience and support is appreciated. Thanks.- 8 replies
-
- rendering
- fusion charts
-
(and 1 more)
Tagged with:
-
zoomline chart - when "seriesname" is clicked
Moonmi Sonowal replied to programmer's topic in Javascript Problems
You are welcome ! Do write back to us of you have any other queries.- 4 replies
-
- seriesname
- javascript
-
(and 3 more)
Tagged with:
-
zoomline chart - when "seriesname" is clicked
Moonmi Sonowal replied to programmer's topic in Javascript Problems
Hi, To identify the legend item ("seriesname") in legend you can make use of the legendItemClicked() in your chart. This event is fired when user clicks on individual legend items. By default, the legend items on a chart are configured to toggle the visibility of the dataset (series) that the legend item points to. Please refer the fiddle below for its implementation. http://jsfiddle.net/moonmi/mf3z433c/ Hope this would resolve your issue. Thanks.- 4 replies
-
- seriesname
- javascript
-
(and 3 more)
Tagged with:
-
Zoomline Chart not working fine with Gantt Chart
Moonmi Sonowal replied to eureka's topic in Bug Reports
Hi, Could you please confirm which version of FusionCharts Suite you have been using to render the charts. If possible do share with us your scaled down chart data so that we can we can test it at our end as well and help you resolve your issue. Awaiting for your response. -
@version fusioncharts/3.3.1-sr2.19840 Zoomline chart ToolText not working
Moonmi Sonowal replied to hasina's topic in XML Issue
Hi Vijay, Please note that to enhance the performance of Zoomline charts, cross-hair has been implemented which will depict tooltip and related feature and hence series name cannot be plotted along with dataVAlue to be displayed on tooltip. Hope the information is helpful. -
Data points are cut in half on the top when rendering a chart that has scrolling
Moonmi Sonowal replied to paco's topic in Bug Reports
Hi, Yes we totally understand your situation. The 1st attach image with anchors overlapping is an image where chart is rendered in flash. Please note that the starting version 3.4.0 all charts are rendered as pure JavaScript chart. Due to the inherent difference between the technologies and differences in various browsers causes minor disparity between the Flash and JavaScript variants of the charts. Sorry for the inconvenience caused. Please write back to us if you have any other queries. Thanks.- 8 replies
-
- rendering
- fusion charts
-
(and 1 more)
Tagged with:
-
Hi, Glad that you were able to achieve what you wanted. Please drop us a mail if you require any further assistance. Thanks.