|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/3/2008 11:41:23 PM
Posts: 23,
Visits: 29
|
|
| Hi, I would like to know if we can hide the legend from the chart... I have been able to hide values and names but still looking for hiding Legend... Also can these pie charts have animation like slicing coming out(eg. in V3 version)...If Yes then How?? Also, I would like to make an entire chart a hyperlink to another page..(Not a single bar using link option) Again heere I have a link button in which theree is a div tag in which the chart is being drawn.... On clicking that link button(now the chart) it would navigate to another page.. Thanks, Abhisek
Regards,Abhisek
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:20:21 AM
Posts: 869,
Visits: 1,380
|
|
| hi, You can use showLegend='0' to hide legends. The other features are in v3 charts and not available in vFREE.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/3/2008 11:41:23 PM
Posts: 23,
Visits: 29
|
|
Thank You  Its working now but I had a small problem: I am fetching all the values from database and making the XML document but whenever the data appears as zero I am getting this picture 
Do you have any solution for that so I can show "No Data Present".. Thanks
Regards,Abhisek
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:20:21 AM
Posts: 869,
Visits: 1,380
|
|
| hi, Make the loginc of your code such that when you get only 1 value from database and that is still zero, add no set to the <chart> element. If pie3D is provided with this "<chart></chart>" XML it will show "No data.."
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/3/2008 11:41:23 PM
Posts: 23,
Visits: 29
|
|
| Thanks Sudipto for such a prompt reply.... Infact I was just trying that...I never imagined such a prompt service from anyone... Would let you know if any more problem occurs... You guys are simply awesome.. Thanks
Regards,Abhisek
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/3/2008 11:41:23 PM
Posts: 23,
Visits: 29
|
|
| Hi Sudipto, Hi, I would like to draw stack chart type as the data follows: | Month | Name | Rating | Score | | Jan-07 | ABC | 5 | 35 | | Jan-07 | XYZ | 4 | 45 | | Jan-07 | PQR | 3 | 50 | | Feb-07 | ABC | 5 | 45 | | Feb-07 | XYZ | 2 | 43 | | Feb-07 | PQR | 3 | 45 |
Please help as soon as possible. Any help(with code) would be much more appreciated. Condition is the grouping must be done on names of month which means that all the entries that are of Month "Jan" eg must be drawn side by side like this one. Suppose RKS has two values for Item A and B so it must draw two stack charts but just side by side 
If you can help me in XML part even I would be grateful to you.. Regards
Regards,Abhisek
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 7:11:27 AM
Posts: 2,183,
Visits: 513
|
|
Please see http://www.fusioncharts.com/GalleryChart.asp?id=53
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
|
| | |