Dominic
Dominic
I've just tried out the example graph, and it works with chart.js 2.5, but not with 2.6 (no other changes). Initial console error: Chart.BarFunnel.js:88 Uncaught TypeError: this.calculateBarX is not a...
Is it possible to get a packaged (post babel etc) single file version of this, that can just be included in the html? I've tried installing and babelling/webpacking it myself,...
Hi, Updating to Django2.2.x from 2.1.10 caused an error with the handler500. in urls.py: `handler500 = views.ServerError.as_view()` used to work fine. Now with 2.2.3, its giving: ``` ERRORS: ?: (urls.E007)...
I've just tried adding this to my settings in a django 1.11.7 app. Installation (including ipware) and migration went fine, but after adding the middleware manage.py runserver results in an...