CC: | philip [...] gladstonefamily.net |
Subject: | Handling of undef in output JSON |
On Wed, Nov 10, 2010 at 4:49 PM, Philip Gladstone wrote:
After some more experiments, I realized that handling of explicit undef
entries is broken. For numbers they get translated to 0.
The page
http://code.google.com/apis/visualization/documentation/reference.html
makes it clear that null values are permissible for cells, and that the
JSON can either send 'null' or just have consecutive commas.
Philip