AshokKumaresan
Members-
Content count
32 -
Joined
-
Last visited
Everything posted by AshokKumaresan
-
Hi, Please refer this sample for paletteColors in pie chart http://jsfiddle.net/ashokkumaresan/9cPeU/400/ Thanks
-
Not able to click on Anchor in Area and Line chart
AshokKumaresan replied to sachinm's topic in FusionCharts and JSP
HI I guess you have shared a wrong xml i created a sample out of it the output is simple multi series column chart http://jsfiddle.net/ashokkumaresan/4REJ5/224/ Try updating the fiddle with your actual xml. Thanks -
Hi Kindly use connectNullData and set to 1 to skip null values. Sample for the same http://jsfiddle.net/ashokkumaresan/mo48mf9s/7/ Thanks
-
Not able to click on Anchor in Area and Line chart
AshokKumaresan replied to sachinm's topic in FusionCharts and JSP
Hi Can you please replicate the issue in this sample so that we can assist you accordingly. http://jsfiddle.net/ashokkumaresan/4REJ5/215/ Thanks -
Export multiple charts together, with HTML markup around them
AshokKumaresan replied to DraganR's topic in General usage
Hi, Sorry currently we don't have any tool to export the entire page. -
Body dir="rtl" with a chart makes the page too wide
AshokKumaresan replied to jvl's topic in Bug Reports
Hi We have logged the issue and we will keep you posted on any updates. Thanks -
How to migrate Gantt Chart flash to Java Script?
AshokKumaresan replied to walter azevedo's topic in Javascript Problems
HI, Please download our latest Version from this link http://www.fusioncharts.com/download/. Kindly find the documentation for it http://www.fusioncharts.com/dev/chart-attributes.html?chart=gantt Sample in latest Version http://jsfiddle.net/fusioncharts/fLqSL/. Thanks -
Hi, Sorry we don't have any attribute to achieve it .
-
The chart only shows the span and nothing else
AshokKumaresan replied to shaonline's topic in Javascript Problems
Hi, I just saw your sample in stackover flow and there is no error in your code but you have placed fusioncharts code inside getGraph() function and i guess you are not calling that function. Kindly verify whether getGraph() function is called or not. Thanks,- 1 reply
-
- jquery
- javascript
-
(and 1 more)
Tagged with:
-
Hi, The first issue is there is a spelling mistake in your html file you have mentioned as hbay_rain_irriigation.xml and remove the backward slash and the second issue is your data format mscolumn2d doesn't support that format only zoom line supports it. Please find the documentation for mscolumn2d http://www.fusioncharts.com/dev/chart-attributes.html?chart=mscolumn2d Thanks
-
Body dir="rtl" with a chart makes the page too wide
AshokKumaresan replied to jvl's topic in Bug Reports
Hi, Yes i tried in normal html page too only change is the chart moves to right side of the screen but the page is not getting wider. Thanks -
Hi, Please follow the link http://www.fusioncharts.com/dev/api/fusioncharts/namespaces/ajax.html#static-headers I hope this map help you Thanks,
-
Column 2D Chart doesn't work after redraw.
AshokKumaresan replied to razvan.deac's topic in General usage
Hi, I have just converted your examples into JsFiddle Example 1: http://jsfiddle.net/ashokkumaresan/y3H2G/717/ Example 2: http://jsfiddle.net/ashokkumaresan/y3H2G/718/ I didn't get what inconsistent behavior is their in this two example. Can you be more details on your scenario?? Thanks, -
Body dir="rtl" with a chart makes the page too wide
AshokKumaresan replied to jvl's topic in Bug Reports
Hi I guess its the problem with JsFiddle even if you are not including the above line you will get a scroll bar in JsFiddle. Try the same code in normal html page their will be no issue in that. Thanks, -
Updatepanel + FusionCharts + Scriptmanager error html.search()
AshokKumaresan replied to hiad's topic in FusionCharts and ASP.NET
Hi, Please ignore updatepanelhook.fusioncharts.js and try with this new solution attached with this post, in this we are trying to reassign the event back to any controller after post back. Hope this helps Update Panel.zip- 1 reply
-
- scriptmanager
- updatepanel
-
(and 5 more)
Tagged with:
-
.Net View "FusionChartDataFormats" undefined
AshokKumaresan replied to Sree24's topic in FusionCharts and ASP.NET
HI, From your code i can see that there is no issue with your data format , but you are using older version of FusionCharts which uses flash to render chart . We have deprecated the support for Flash. Hence, we do not support *.swf component. Try upgrading to latest version and check once. Thanks -
using FusionCharts.Charts in ASP.NET PROJECT.
AshokKumaresan replied to Castillo's topic in FusionCharts and ASP.NET
Hi, This error occurs when your FusionCharts.dll file is referenced from a different path. Kindly verify whether dll file is referred from bin folder or not. Thanks -
Column 2D Chart doesn't work after redraw.
AshokKumaresan replied to razvan.deac's topic in General usage
Hi, Its not an issue generally pie chart cannot plot negative values but column chart can plot. If you want pie chart to display negative value kindly use displayValue attribute as suggested in previous post. Thanks -
milestone draw order problem on Gantt chart
AshokKumaresan replied to Daviator00's topic in Bug Reports
Hi, Currently the kind of requirement is not possible Thanks -
Primary Y Axis and Secondary Y Axis delimiters don't match.
AshokKumaresan replied to razvan.deac's topic in General usage
Hi, Kindly use sFormatNumberScale :"1" to sync Y-axis scale. Sample JsFiddle for the same http://jsfiddle.net/ashokkumaresan/rSemD/57/ Thanks -
Column 2D Chart doesn't work after redraw.
AshokKumaresan replied to razvan.deac's topic in General usage
Hi, Pie chart cannot plot negative values , you can use displayValue:"1,-100" to show negative value. Sample JsFiddle for the same http://jsfiddle.net/ashokkumaresan/y3H2G/678/ Hope this helps Thanks -
Fire alert after pie chart is rendered
AshokKumaresan replied to LearnerFusion's topic in General usage
Hi, Since the chart animation is enabled this event is triggered before the animation process ,kindly set animation:"0" inside chart property. Updated JsFiddle for the same http://jsfiddle.net/ashokkumaresan/n8e8c1y6/1/ Hope this helps Thanks -
Task lines and Milestones not cetered vertically on Gantt charts
AshokKumaresan replied to Daviator00's topic in FusionCharts and ASP.NET
Hi, Kindly use topPadding: "Number" attribute inside task properties , which helps to give required padding at the top of the task bar. Hope this helps Thanks -
Primary Y Axis and Secondary Y Axis delimiters don't match.
AshokKumaresan replied to razvan.deac's topic in General usage
Hi, Kindly use syncAxisLimits :"1" attribute inside chart properties which will help to synchronize the limits of both primary and secondary axis. Sample Jsfiddle for the same http://jsfiddle.net/ashokkumaresan/rSemD/54/ Hope this helps Thanks -
Hi, Kindly use window.location.hash = '#divid'; where divid can be chart container id Sample JsFiddle for the same http://jsfiddle.net/ashokkumaresan/4B6M4/100/ Thanks