Search the Community
Showing results for tags 'piechart'.
Found 3 results
-
Unable to Use Logoposition and Logotopposition characteristics in a Pie chart
Sivaalla posted a topic in General usage
Hello, I am using version 3.9.0. I am Unable to Use Logoposition and Logotopposition characteristics in a Pie chart. Please find the screenshot below. I am trying to align the three pie charts in the same line. Please let me know if there is a better approach. Best Regards, Siva- 3 replies
-
- parameters
- piechart
-
(and 1 more)
Tagged with:
-
Hi, I am trying to create a piechart under the following circumstances: My each row in my table contains a gender. I want to be able to sum up the number of males and females and then plot that in a pie chart. The query that I am using SELECT SUM(gender = 'male') AS male, SUM(gender = 'female') AS female FROM markers; presents 2 columns (male and female) with a count below. How is it possible to get this into the array for the chart seeing that the data required should be by row rather than column? Query Results: | male | female | | 23 | 43 | Should be | male | 23 | | female | 43 | Thanks Steve
-
I'm using the Multi-level Pie Chart http://www.fusioncharts.com/explore/multilevel-pie-chart/ I'd like to be able to set some labels to be a dark color and some to be a light color (depending on the color of the background pie slice). Is there a setting to do this? I tried setting "basefontcolor" for each individual label, but it didn't have any effect. Likewise, I tried a bunch of other variations "textcolor", "labelcolor" etc., but nothing. Thanks for any help!