Skip to content
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

Error Adding a map widget #78

Open
jonesg504 opened this issue Jul 13, 2017 · 0 comments
Open

Error Adding a map widget #78

jonesg504 opened this issue Jul 13, 2017 · 0 comments

Comments

@jonesg504
Copy link

Here is the JS for the map widget
dashboard.addWidget('map_widget', 'Map', { getData: function () { var self = this; $.extend(self.scope, { map: { zoom: 8, doubleClickZoom: true, defaultUI: true, center: { lat: 10, lng: 10, }, markers: [ { lat: 10, lng: 10, }, { lat: 11, lng: 11, } ] } }); }, interval: 6000000 });

It throws an error:
Type not recognized: preloadjs-0.6.1.combined.js:2195:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant