-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Export data from the charts with comma as decimal separator
Sanjukta replied to dvdutra's topic in General usage
Hi, Currently we do not have any alternative to configure the copying options to export values with "comma" as the decimal separator, as it is taken automatically by the internal code. -
Hi Luis, We have already made a note of this and updated this in our wishlist for future upgrades. But currently we do not support Multiaxis line chart with zooming capability.
-
Hi, Please note that FusionMaps XT supports Markers. Markers are points that you can define anywhere on the map to represent various locations like cities, junctions, houses, office locations, malls or any other entity that needs a point representation. It is unable to display Pie chart as markers, but you can use Pie chart image as markers and display it on the point you wish to. This is a workaround solution to your requirement. Ref.- http://www.fusioncharts.com/explore/office-location-map/ Hope this helps.
-
Hi, Glad you are helped. Happy FusionCharting!
-
Realtimearea not filling the full area in IE 10, 11 and chrome using flash
Sanjukta replied to fernweh's topic in Bug Reports
Hi, We have replied to this query in the following Forum post. Ref.- http://forum.fusioncharts.com/topic/15941-x-axis-lables-missing-when-using-javascript-html5-vs-flash-for-realtimearea/ Hope this helps.- 3 replies
-
- Realtimearea
- IE10
- (and 4 more)
-
X axis lables missing when using Javascript (HTML5) vs Flash for RealTimeArea
Sanjukta replied to fernweh's topic in Bug Reports
Hi, We are unable to replicate the issue with the Realtime charts from the FusionWidgets XT (v3.3.1) Service Release 3. You may check with the samples on our website for reference. Ref.- http://www.fusioncharts.com/explore/realtime-charts/ In case this does not help, please provide us with the XML/JSON data along with the URL from where the data is fed, so that we can test it. Hope this helps.- 13 replies
-
- RealTimeArea
- Flash
-
(and 3 more)
Tagged with:
-
Hi, Could you please specify elaborately what issue you are exactly facing while exporting charts in IE 8 and 9? If possible, please send us a sample so that we can test and confirm you on the same. You may mail it to us [email protected]. Hope this helps.
-
How To Add Customize option in Fusion Chart Export Options
Sanjukta replied to [email protected]'s topic in General usage
Hi Amol, FusionCharts does not support "Export to excel" feature as of now. You would need to export the chart as images and then integrate it into your Excel report. For exporting the data, you would need to export it as CSV and then transfer to Excel. Hope this clarifies the query. -
Hi, For question 1, FusionCharts does not support CSS to rotate or change the chart position as of now. For question 2, please try using Stacked Bar chart to fulfil your requirement. Ref.- http://www.fusioncharts.com/explore/stackedbar2d_1/ Hope this helps.
-
Fusion Charts, Line Chart does not have vertical lines
Sanjukta replied to Bob Tiamsic's topic in FusionCharts and ASP
Hi, Could you please try using the attributes "numVDivLines", "vDivlineColor", "vDivLineThickness", etc. in the <chart> element of your XML data? <chart ... numVDivLines='3' vDivlineColor='FF0000' vDivLineThickness='3' > Hope this helps. -
Drill-Down Chart using Server Side Code in Asp.Net
Sanjukta replied to faisalcse's topic in Suggestions & Requests
Hi, Please check with the attached C# sample that would cater to your requirement. Note: This is purely for reference and needs to be modified as per your requirement. Hope this helps. DrillDownSample_JS.zip -
Download context menu moves when i scroll up or down
Sanjukta replied to srpokala's topic in General usage
Hi Sri, We have tested a sample with the latest FusionCharts files and are unable to replicate the issue. Could you please mail us a scaled-down sample at "[email protected]" so that we are able to assist you further? Awaiting your response. -
Hi, Could you please try checking with the Candlestick chart and see if this suits your requirement? Ref.- http://www.fusioncharts.com/explore/candlestick-chart/ We currently do not have any exact chart to replicate your requirement. Hope this helps.
-
Hi, Could you please send us the screenshot of the error you are facing? Awaiting your response.
-
Hi, We are afraid to let you know that we do not support the XML generator any further. Hence, we would not be able to comment further on this. We would suggest you to format the XML data manually as the specified supported formats. Ref.- http://docs.fusioncharts.com/charts/contents/?DataFormats/XML/Overview.html Hope this helps.
-
Is Fusion Charts Can Be Used In C# Windows Application?
Sanjukta replied to karadogan's topic in FusionCharts and ASP.NET
Hi, Could you please confirm if "registerWithJS" is set to '1' in your code besides the enabled Flash player global security settings? You need to set it at "axShockwaveFlash1.Movie="*swfpath/Column2D.swf?registerWithJS=1..." Awaiting your response. -
Zoomline Chart -How to control zoom points when clciking on perticular data point
Sanjukta replied to [email protected]'s topic in FusionCharts and JSP
Hi Amol, It is not possible to disable the macroscopic view in the ZoomLine chart as this is the intrinsic functionality of the chart. In case you do not want this feature, please try using a Scroll Line chart that would solve your purpose to display all the labels with a horizontal scroll bar. Ref.- The zooming level cannot be controlled explicitly. It is completely on you till what level you want to zoom as the drag is done manually by the user. Hope this clarifies the query. -
Hi, Welcome to FusionCharts Forum! Please note that FusionCharts does not support date format, hence, you would need to specify 1-30 days of the month expl,icitly in your data so that you can plot the Y-axis values corresponding to the day. You can opt to skip the labels by desired value in the "labelSkip" attribute or manually show/hide the labels by setting "showValue" to '0'/'1'. Hope this clarifies your query.
-
Hi, Could you please try setting "yAxisMaxValue" to '100.00' and see if this helps? Hope this helps.
-
MsLine Chart -How to plot data between months When multiple months are displayed on X-Axis
Sanjukta replied to [email protected]'s topic in FusionCharts and JSP
Hi Amol, The "Invalid Data" message is shown when the data is malformed, like unclosed tags, quotes, etc. or has any duplicate attribute. Ref.- http://docs.fusioncharts.com/charts/contents/?Debug/Basic.html Could you please send your JSON data to us so that we might test it? Awaiting your reply. -
Hi Larry, Currently this is not supported. But we have already reported this and shall update you in case we come up with a solution to this, Thank you for your continued patience.
-
Custom tooltext not working in zoomline chart
Sanjukta replied to jpierce42's topic in General usage
Hi, The JavaScript variant does not support custom tooltext on zoomline chart as of now. -
Best practice to link Widget via php for daily updates
Sanjukta replied to safadig's topic in Using FusionWidgets XT
Hi, Please note that we have an elaborate documentation for each product on how to implement various charts and the supported features. You would need to make use of the samples in order to implement it at your end. 1. A Gauge chart that updates with data on daily or weekly basis. >> For the Real time gauge, you can make it real timeme by passing the correct data format. For more details, please refer to the following link. Ref.- http://docs.fusioncharts.com/widgets/Contents/?RealTime/RealTimeDataFormat.html 2. The Displayed chart will be for that day and shows a datestamp as to last update date and time. >> Please note that you would need to update the data everyday by using data updating methods to show the data for the current. You can do this programmatially or manually, as per your requirement, using your own codes. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html#update 3. At the same time save an image or have a link to display data from the previous dates when clicked upon in a calendar ( I can use behaviors in DW when clicking on a date in a jquery calendar). >> We just provide you with the charts that has the features supported. The implementation specific to your requirements needs to be completely done at your end, as per your requirement using your own codes. 4. Ability to link to another line or bar chart that shows the daily/weekly/monthly pattern >> Please note you can either use the LinkedCharts or simple links for this drill down functionality, as shown here. Ex: http://www.fusioncharts.com/explore/linkedcharts-for-drill-down/ For more details on this, please refer to the following link. Ref.- http://docs.fusioncharts.com/charts/contents/?FirstChart/LinkedCharts.html http://docs.fusioncharts.com/charts/contents/?FirstChart/Drilldown.html Hope this helps. -
Hi, Please note that padding would not be much helpful here. This gap is because of you data point's value being less than the Y-axis maximum value displayed on the chart. Hence, you can either set the datapoint value to equal the Y-axis max value or set the "yAxisMaxValue" to be equal to the largest value in your data. Hope this helps.
-
Hi Razvan, Please note that the Flash version displays both the Y-axis name pointing upwards in the latest version. However, the JavaScript chart shows the Primary Y-axis name pointing upwards whereas the secondary Y-axis name pointed downwards, which is a conventional format. We would continue to display this in the future version, which will be a pure JavaScript version. Hope this clarifies the query.