Search the Community

Showing results for tags 'piechart'.



More search options

  • Search By Tags

    • piechart ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 3 results

  1. 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,...
  2. Piechart and MySQL

    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(gen...
  3. 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 "basefo...