I take a bit of a cut and paste approach to graphs with most of the smarts happening in the PHP long before I get to the javascript. This one has me stumped though and I was wondering if anyone can see where I've gone wrong. http://jsfiddle.net/kqb9bp6b/1/ What I should be getting is a bar graph with names along the x axis and 2 bars per name. I'm getting nothing!
You have a js error You have an extra " });" at the end of the script, try this fiddle: http://jsfiddle.net/kqb9bp6b/2/
Oh well that was embarrassing. Wasn't the problem with my live code though. What fixed it was removing the names from the data and putting them in the series - still not quite right but I have something on the screen and can tweak it in the morning. thanks!!!!