amordach
Members-
Content count
9 -
Joined
-
Last visited
About amordach
-
Rank
Forum Newbie
-
Thanks for that information, just one more thing... How can I set the slice to be "drawn out" by default? As if you had enable slicing movement and then clicked on the small slice so that it pops out.
-
Hello, I have a 2d pie chart that I am using on my site. When I set the labels to display it shows the actual data points entered in and when I hover over the chart is shows me the percent of the slice. How do I set it so that the labels that show up on the chart are the percentage and the hover over lablels are the actual numbers? Example: XML Attached I would also like to know how to set the slice to be "drawn out" by default? As if you had enable slicing movement and then clicked on the small slice so that it pops out. pie.xml
-
This is what I came up with: This is what I was hoping for: These charts are also dynamically scaled so that some time there may be 3 categories listed and some time there will be 10. I need a solution that will force all categories to remain on the same line without having to hard code a line break in.
-
See attached. test.xml
-
Here you go: As you can see US Cellular is being displayed on two lines in the legend.
-
How do I set my chart labels to stick together in groups in the legend? Example Group Test1 Group Test2 Group Test3 Group Test4 Group Test5 Group Test6 Group Test7 Is what I would want it to look like. This is what it is doing: Group Test1 Group Test2 Group Test3 Group Test4 Group Test5 Group Test6 Group Test7 I can provide a screen-shot if further explanation is needed. Thanks for the help.
-
Which did not work. I am trying to invoke this on a stacked 3d bar graph. I have another chart in which I use this code: Which works perfectly. Additionally, I am looking for the data lablel to sum up what the total of the stacked values is will this accomplish this? Thanks in advance. I have figured out what the issue was and why it was not displaying the labels. Now only my last question remains: Is it possible to display a label above the stacked bar that displays a total of the 3 layers in the stacked bar?
-
Thank you for your input. I have tried doing that with the following code: Which did not work. I am trying to invoke this on a stacked 3d bar graph. I have another chart in which I use this code: Which works perfectly. Additionally, I am looking for the data lablel to sum up what the total of the stacked values is will this accomplish this? Thanks in advance.
-
I am using fusioncharts for the first time and have a question. I have a chart that I put together that shows a total charge by month by category. I was able to get the data points for each different category ( a different color in the stacked bar) to show up on the chart but is there a way to show what the total of the category's is above the bar itself? I want to be able to show how much was charged by month by category but also need a way to represent what the total charge was for that month on the chart somewhere. Thanks in advance.