09/07/2012, 19:30
|
|
Respuesta: Como hacer grafica de tarta con php Lo hice de esta manera y no me mostro sino solo dos colores el dos y el tres mas nada
// Mostrar tarta
imagefilledrectangle ($imagen, 0, 0, 300, 300, $colorfondo);
imagefilledarc ($imagen, 150, 120, 200, 200, 0, $angulo1, $color1, IMG_ARC_PIE);
imagefilledarc ($imagen, 150, 120, 200, 200, $angulo1, $angulo2, $color2, IMG_ARC_PIE);
imagefilledarc ($imagen, 150, 120, 200, 200, $angulo2, 360, $color3, IMG_ARC_PIE); |