Your jsfiddle code works for me except you need to change your first
addColumn line to:

  data.addColumn('string', 'Fiscal Year');

For your actual code, is there a way you can share it?  From the error you
are getting, it sounds like the visualization code is not being loaded
properly.

dan


On Wed, Jul 31, 2013 at 7:39 AM, TheInnovator <[email protected]> wrote:

> Hello All,
>
> I am trying to create an area chart but it's not rendering.  Any ideas?
> In my actual code that I'm using it, it's going to be dynamic meaning it's
> actual data coming from a SharePoint list.
> The actual error I get when I try to run it in SharePoint is
> "google.visualization.datatable' is null or not an object" and it points to
> the following line:
> *var data = new google.visualization.DataTable();*
>
> *http://jsfiddle.net/isogunro/GTpgA/15/*<http://jsfiddle.net/isogunro/GTpgA/15/>
>
> --
> 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/groups/opt_out.
>
>
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   562D 5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

-- 
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/groups/opt_out.


Reply via email to