Jpgraph wont change colors on my barplot
I'm just getting started with jpgraph and XAMPP I was looking to make a barplot. As I was reading some articles on the web it said you could pass in an array of colors to setfillcolor so that each bar would be a different color. However whenever I pass it color the graph won't change from its default color of light blue. The graph respond s to changes in data but not changes to color. I tried with an accumulated bar graph example and that seems to be color responsive. I'm not sure how to diagnose a problem like this. Help please! Code Below(Example from the Jpgraph documentation with color