Those are renamed private properties that you are attempting to access.
They are a side effect of our compilation process, and as such, we make no
guarantees as to their consistency. Please use the public api methods to
access the data in your DataTables and DataViews. If we don't have a public
API for the property you want, please file a feature request.

For example, your first example for the 'Nf' property could have been
written as csiGoogleTable.getFormattedValue(tableRowIndex, 0). You can find
the documentation for DataTable here
<https://developers.google.com/chart/interactive/docs/reference#DataTable>,
and the documentation for DataView here
<https://developers.google.com/chart/interactive/docs/reference#DataView>.

On Thu, Feb 19, 2015 at 5:10 AM Carlos PiƱeiro <
cpineiro%[email protected]> wrote:

> Hi,
>
> I'm having the same issue and i can't find any reference of changes made
> by Google. Hopefully they'll reach out soon.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to google-visualization-api@
> googlegroups.com.
> Visit this group at http://groups.google.com/
> group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to