Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

why do I get the "-1" string displayed below, even though I submit an underscore "_" to indicate missing data value here?

My bar chart - please click to see the URL parameters

alt text

Is this a bug in Google Charts?

I suspect they use -1 internally to indicate NULL values, but because I use &chds=-2064,8053 it becomes visible. They should use a MIN-1 value instead...

Thank you! Alex

share|improve this question

1 Answer

up vote 0 down vote accepted

Workaround is to use a value lower than the min value in range, i.e. -2065 here or you can also use -1e9 to have a shorter string.

Here is the URL for the image below:

alt text

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.