Google Radar Chart: Not plotting data

Posted by Hallik on Stack Overflow See other posts from Stack Overflow or by Hallik
Published on 2010-05-15T22:55:14Z Indexed on 2010/05/15 23:00 UTC
Read the original article Hit count: 399

Filed under:

Hi. I have different types of data that I have normalized just with base10, so everything is on a 10 point scale. There are two data points, and the legend for them show up fine. All the points around the radar show up fine and so do the labels for them, but I don't see any filled in data. Outside of the labels and axis, the chart is blank. Below is the actual image tag I render, then I split up the variables on each line for easy readability. Anyone mind telling me why it isn't working?

<img src="http://chart.apis.google.com/chart?cht=rs&amp;chm=B,3366CC60,0,1.0,5.0|B,CC4D3360,1,1.0,5.0&chs=600x500&chd=t:4.6756775443385,4.7031365524912,1.8646655408171,1.8358167047079,4.2483837215455,4.1367786166752,|5.0319252700625,5.0370797208146,1.8415340693163,1.8591105937857,4.3392150450337,4.1434876641017&chco=3366CC,CC4D33&chls=2.0,4.0,0.0|2.0,4.0,0.0&chxt=x&chxl=0:|Label1|Label2|label3|Label4|Label5|Label6&chxr=0,0.0,10.0&chdl=Data Object 1|Data Object 2&"/>

cht=rs&
chm=B,3366CC60,0,1.0,5.0|B,CC4D3360,1,1.0,5.0&
chs=600x500&
chd=t:4.6756775443385,4.7031365524912,1.8646655408171,1.8358167047079,4.2483837215455,4.1367786166752,|5.0319252700625,5.0370797208146,1.8415340693163,1.8591105937857,4.3392150450337,4.1434876641017&
chco=3366CC,CC4D33&
chls=2.0,4.0,0.0|2.0,4.0,0.0&
chxt=x&
chxl=0:|Label1|Label2|label3|Label4|Label5|Label6&
chxr=0,0.0,10.0&
chdl=Data Object 1|Data Object 2&

This is the radar chart page, I can't tell what I am doing wrong. http://code.google.com/apis/chart/docs/gallery/radar_charts.html

© Stack Overflow or respective owner

Related posts about google-charts