CONSOLE MESSAGE: line 97: Error: Problem parsing d=""
Looks like it may be a webkit error.
but here's my visualization code:
it works fine if i replace just the initial null value with "0"
{
"version": "0.6",
"table": {
"cols": [
{
"id": "A",
"label": "Date",
"type": "string",
"pattern": ""
},
{
"id": "B",
"label": "Speech Tails",
"type": "number",
"pattern": "#0.###############"
},
{
"id": "C",
"label": "Speech Therapy Online",
"type": "number",
"pattern": "#0.###############"
}
],
"rows": [
{
"c": [
{
"v": "Dec 10"
},
{
"v": null,
"f": "No Rankings"
},
{
"v": null,
"f": "No Rankings"
}
]
},
{
"c": [
{
"v": "Dec 22"
},
{
"v": 42,
"f": "Position 42"
},
{
"v": null,
"f": "No Rankings"
}
]
}
]
},
"status": "ok"
}
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.