-
Notifications
You must be signed in to change notification settings - Fork 53
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
Time bar on animation doesn't work #19
Comments
Not sure, but I think there are special API routes necessary for those "builder" charts and widgets to work. Do you see any errors in the JS console? |
Widgets doesn't work for me either, in the js console the only error I see is when opening the map I built: GET https://mycartodb.com/user/josue/api/v2/sql?q=select%20*%20from%20cdb_dataservices_client.cdb_service_quota_info()%3B&api_key=4cc2d105838f9f071fd058bf5baa1dee1c6db12e 400 (Bad Request) analyses-quota-info.js:29 |
Found the solution at https://github.com/claes08/docker-cartodb, he installs dataservices-api as required. |
Has anyone actually got a fully working solution for the builder widgets? I have tried so many different configurations and setups and still can't get it working. I fixed the "cdb_dataservices_client.cdb_service_quota_info()" error by installing the dataservices-api module but I am getting a "SyntaxError: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL" in the widget HTML. No errors in the browser console, my nginx log shows all requests returning 200 and 201 and all requests in the /cartodb/production.log file show "Completed 200 OK" for all requests. Not sure where else I can debug this problem? |
You may need to make the following changes in the WS-config file:
|
Thank you vineethvijaysv, that fixed the problem. |
Hi,
When trying to use a dataset with a timestamp field, and using the "animated" function (under "aggregation", inside "style"), the animation works, however the time-bar on the bottom of the screen shows blanc.
you can see in the attached screen the bottom bar.
Any idea why it doesn't render?
The text was updated successfully, but these errors were encountered: