talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

Problem: other widgets extend this.data, not this.scope #56

Closed hmpf closed 7 years ago

hmpf commented 8 years ago

The demo, and widgets not hosted here, do this:

$.extend(self.data, bla);

instead of this:

$.extend(self.scope, bla);

With 0.3.0, I can only get the latter to work. Will I have to fork for instance the weather-widget, or is this accidentally something that breaks compatibility (ergo a bug) and something that should be flagged to widget-maintainters?

mtdb commented 7 years ago

the demo was updated, sorry for that