Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7657909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:07:35+00:00 2026-05-31T13:07:35+00:00

How to create dynamic color list for charts Basically i have a different value

  • 0

How to create dynamic color list for charts

Basically i have a different value in my database or each values contain each percentage and i need to show this percentages in pie chart with different colors ….

This is the example code of pie chart in static way

<color value="#99CDFB"/>
<color value="#3366FB"/>
<color value="#0000FA"/>
<color value="#F8CC00"/>
<color value="#F89900"/>
<color value="#F76600"/>

but i need dynamic way using PHP ( for loop / foreach loop) like this

$color = "";
foreach($data as $data){
   echo '<color value=".$color."/>';
}

and i don’t know to create dynamic color list also see the screenshot for verification
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:07:37+00:00Added an answer on May 31, 2026 at 1:07 pm

    For random string of colors, here:

    function randColor( $numColors ) {
        $chars = "ABCDEF0123456789";   
        $size = strlen( $chars );
        $str = array();
        for( $i = 0; $i < $numColors; $i++ ) {
            for( $j = 0; $j < 6; $j++ ) {
                $str[$i] .= $chars[ rand( 0, $size - 1 ) ];
            }
        }
        return $str;
    }
    

    Then, in your function, use $colors = randColor( 6 ); to create a total of 6 different colors. After that, here’s your output color method.

    foreach( $colors as $codeColor ) {
        echo "<color value=\"#{$codeColor}\" />\n";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a button R1 which is dynamic and create in an expanded list
I have create dynamic listview based on database but the problem is to load
I want to create dynamic tabPages in TabControl. In each tabPage I create dataGridView
Does python have the ability to create dynamic keywords? For example: qset.filter(min_price__usd__range=(min_price, max_price)) I
I have an issue in internet explorer 8 and above. I create dynamic content
I have report page that uses dynamic xtrachart s. To dynamically create the xtrachart
I want to know how to create dynamic table in mySql . I have
I need to do this in order to create a dynamic background brush for
I'm trying to create a div that would have a dynamic width depending on
I create dynamic LinkButton and I add LinkButton's Click Trigger to UpdatePanel. Now, When

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.