I need to create a Dashboard on Sharepoint. I am trying to add multiple web parts, and each web part is a CEWP, with a JavaScript file, which is using Google Charts. However, as soon as I add more than one webpart on the page, the page breaks. Has anyone ever encountered this before? Any help would be great. Thanks in advance.
Asked
Active
Viewed 307 times
0
-
How do you mean "breaks", and what browser are you using? – Daniel B Feb 25 '15 at 07:38
-
I had a similar problem not long ago. Check [this SO post](http://stackoverflow.com/questions/28432708/internet-explorer-markup-errors-when-using-google-feed-api-in-master-page). You might also be interested in checking out this that perhaps is related. [The IE10 nosniff issue in SharePoint 2013](https://www.collaboris.com/blogs/collaboris-blog/mark-jones/2013/02/18/the-ie10-nosniff-issue-in-sharepoint-2013#.VO18Y_mG_DF) – Daniel B Feb 25 '15 at 07:42
-
we def. need more information then "breaks". What do the logs say? Are there server errors or client side errors? – Marco Feb 25 '15 at 07:52
-
@Daniel, Serv - I try to add another web part, and what it does is starts showing the title of the 1st web part, but the actual chart from the 2nd web part. The 1st chart just dissapears. When I try them individually on a page, they all work fine. – Amby Feb 25 '15 at 08:40