Re: [web2py] D3.js DC.js Crossfilter.js - table not showing

2015-05-06 Thread Massimo Di Pierro
we need to see some code. My guess is you are using URL(...) in a static JS file. On Tuesday, 5 May 2015 10:36:32 UTC-5, Ramos wrote: 2014-05-20 10:19 GMT+01:00 thehuman trashcan humantrash...@gmail.com: URL('views', 'default/dashboard_data.json') the URL('views',

Re: [web2py] D3.js DC.js Crossfilter.js - table not showing

2015-05-05 Thread António Ramos
2014-05-20 10:19 GMT+01:00 thehuman trashcan humantrash...@gmail.com: URL('views', 'default/dashboard_data.json') the URL('views', 'default/dashboard_data.json') is valid ? pasting just the corresponding url in the browsers returns your data? try console.log(data) before var dtgFormat =

[web2py] D3.js DC.js Crossfilter.js - table not showing

2014-05-20 Thread thehuman trashcan
Hi, I am trying to follow the example at: https://leanpub.com/D3-Tips-and-Tricks/read#leanpub-auto-crossfilter-dcjs-and-d3js-for-data-discovery In db.py I have created a database and put in some data In my controller I created a query, and created a JSON view for the data returned (the view