-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charts not showing in preview #37
Comments
Any luck solving this issue? I have the same problem! |
I'm not sure that I'm having exactly the same issue but I can define the graphs and nothing shows up. In the console, I see similar jQuery errors. I am on version 2.8.2. Any points would be greatly appreciated and if I figure it out I will post back here. |
We forked the repository (https://github.com/localidata/ckanext-basiccharts) and now works in CKAN 2.8.5 |
I migrated to CKAN 2.8.5 and cloned your repository and now it works! Thank you! |
I installed basic charts and I have my data in datastore. I was able to select bar chart or pie chart from the views option but the charts are not loaded in the preview. When I checked the browser console, I got the following error lines
jQuery.Deferred exception: self.el.context is undefined initialize@http://172.30.3.49:5000/fanstatic/basiccharts/:version:2018-11-28T08:31:38.55/basiccharts_view.js:26:9
module.createInstance@http://172.30.3.49:5000/fanstatic/base/:version:2018-06-05T08:57:29.15/module.js:338:7
module.initializeElement/<@http://172.30.3.49:5000/fanstatic/base/:version:2018-06-05T08:57:29.15/module.js:307:9
each@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:362:11
module.initializeElement@http://172.30.3.49:5000/fanstatic/base/:version:2018-06-05T08:57:29.15/module.js:303:5
module.initialize/<@http://172.30.3.49:5000/fanstatic/base/:version:2018-06-05T08:57:29.15/module.js:280:7
each@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:362:11
each@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:157:11
module.initialize@http://172.30.3.49:5000/fanstatic/base/:version:2018-06-05T08:57:29.15/module.js:279:44
ckan.initialize/<@http://172.30.3.49:5000/fanstatic/base/:version:2018-06-05T08:57:29.15/main.js:46:7
fire@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:3317:12
fireWith@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:3447:8
mightThrow@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:3642:14
resolve/</process<@http://172.30.3.49:5000/fanstatic/vendor/:version:2018-06-05T08:57:28.68/jquery.js:3651:13
undefined
Please help!!!
The text was updated successfully, but these errors were encountered: