http://www.speechtails.com/example.php http://www.speechtails.com/example.php/?fix
Thanks for taking a look. Here's an example with the source code: toggle between the two different examples. the only difference between these two: using a 0 instead of null. the blue company gets removed when nulls are used because it doesn't chart at any point during the month so all values are null. that shouldn't cause an error though. i'm using safari and nightly webkit to test the error appears in the console log http://www.speechtails.com/example.php http://www.speechtails.com/example.php/?fix On Dec 24, 12:46 pm, ChartMan <[email protected]> wrote: > Can you please share an example page that reproduces this error. > > > > On Wed, Dec 23, 2009 at 8:10 PM, Joel Glovacki <[email protected]> wrote: > > 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]<google-visualization- > > api%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-visualization-api?hl=en. -- 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.
