Home › Forums › SPJS Charts for SharePoint › v5 Setup
- This topic has 19 replies, 4 voices, and was last updated 8 years, 2 months ago by Alexander Bautz.
-
AuthorPosts
-
-
May 10, 2016 at 15:07 #11438
Hey Alexander,
I’m trying to get the new v5 Charts setup working (woohoo, thank you!) and I can’t seem to get anything to happen. I have all the files in /SPJS/Charts/ and I commented out the jquery and translation script references. The master html page is being loaded through a CEWP, and in my dev tools I can see that all the files are successfully downloaded, but nothing happens on the page.
Thanks!
-
May 10, 2016 at 15:55 #11440
I noticed I am loading jQuery 1.11.3 on my master page but you included 1.12.3. Is that version required?
-
May 10, 2016 at 16:56 #11441
Ok, problem solved… you can’t comment out the translation script reference.
-
May 10, 2016 at 21:55 #11445
I’m glad you figured it out. You should be able to comment out this file so this is a bug that I’ll fix in the next revision.
You can use your current jQuery version – no dependencies on the latest version.
Alexander
-
May 17, 2016 at 14:14 #11572
Alexander, I believe I’m seeing the same result DCH had (before he figured out his error) but I’ve tried removing the translation altogether and I’m getting the same experience. Nothing happens within the CEWP. I set up a playground page to check the configuration after I attempted to load v5 on a production page. I will try to attach some screenshots of what I’m seeing. I appreciate any time you have to take a look and let me know if you see anything I’m doing wrong.
-
May 17, 2016 at 17:00 #11582
Do you see any errors in the developer console in the browser (hit F12 > Console)?
PS: I just posted a new BETA: https://spjsblog.com/2016/05/17/charts-for-sharepoint-v5-beta-3/ – you should update.
Alexander
-
May 17, 2016 at 18:09 #11586
I did get an error in the dev console. I added a screenshot at the bottom of the new attachment.
-
-
May 17, 2016 at 19:21 #11589
Did you use the latest version (BETA 3)?
Alexander
-
May 17, 2016 at 19:30 #11591
Yes. Sorry, I should have mentioned that. I upgraded the js and css files just before retrying and sending that new attachment.
-
-
May 17, 2016 at 19:40 #11595
Try clicking the link on the error message to show where in the code the error originates from.
Alexander
-
May 17, 2016 at 19:45 #11597
Looks like it’s the first line of code for the .min
-
-
May 17, 2016 at 19:50 #11600
Can you try unpacking the file using this tool: http://www.cleancss.com/javascript-beautify/
Paste the unpacked script in the file and reload the page. This will give us a more informative error.
Alexander
-
May 17, 2016 at 20:10 #11603
I didn’t even know you could do that so thanks for the tip. Screenshots updated. I sure appreciate your help on this.
-
-
May 17, 2016 at 20:30 #11606
Unfortunately this is a problem with IE 8 – are you stuck with this old browser?
Unfortunately these charts will not play very well with IE 8 (IE 9 is OK). Are you able to use another browser?
Alexander
-
May 17, 2016 at 20:35 #11608
I’m actually using IE11. When you mentioned browsers, I tried in Chrome and it worked fine setting up the master configuration library. For grins, I went back to IE11 (which everyone in the company uses) and it’s still not working.
-
-
May 17, 2016 at 21:01 #11619
I guess you have the page in “compatibility mode” – look here and see if you can disable it: https://support.microsoft.com/en-us/kb/2536204
Alexander
-
May 19, 2016 at 14:00 #11658
Solved! My master page was set to run in compatibility with IE8. Changing that tag to IE9 caused other issues elsewhere in the site so I created a copy of that master page to run in IE9 mode as aligned it with the page housing my charts.
Thanks for the tip!
-
May 19, 2016 at 16:23 #11668
I’m glad you got it working.
Alexander
-
September 14, 2016 at 00:13 #13130
Alexander, I too am trying to install v5 — and do not see anything happen on the page after adding the Charts Master CEWP. I’ve double-checked that I have updated the links correctly. I do see the attached error in the console. Could this be the problem?
- This reply was modified 8 years, 2 months ago by Michael A Tedesco.
- This reply was modified 8 years, 2 months ago by Michael A Tedesco.
Attachments:
-
September 14, 2016 at 07:41 #13135
The console error looks like it comes from d3 and not from SPJS Charts.
Have you ensured you have the correct links to the script files in the file “SPJSChartsMaster_CEWP.html” like described here: https://spjsblog.com/spjs-charts-for-sharepoint/spjs-charts-for-sharepoint-user-manual/#Correct_the_links
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.