I want to add 9 different colors to my 9 points(circle symbols) of the bubble chart.
I want to add 9 labels to x axis and labels should be display with above 9 colors.
$colors=array(0xff9999,0x008000,.................etc); //9 different colors
$labels = array("Economy","HealthyLifestyle", "Urban Growth", "Transport","Crime &
Safety","Commiunity","Environment","Education","Health"); //9 label elements
please help me. |