django-dashing icon indicating copy to clipboard operation
django-dashing copied to clipboard

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing

Results 15 django-dashing issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst - docs/getting-started.rst Fixes: - Should read `retrieve` rather than `retrive`. - Should read `necessary` rather than `neccesary`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Good morning, I am quite new working in this area, and I am in a project in which I have inherited a code that works with djago-dashing. We have a...

Bumps [django](https://github.com/django/django) from 1.10 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

I tried to use django-dashing but realized it's not updated to work with Django 3. I did try to update django-dashing to Django 3, but noted there are more than...

Hi, I am setting interval: 20000, but it's not works. and seems it's still random fresh data. ``` var myDashboard = new Dashboard(); myDashboard.addWidget('customWidget', 'Number', { getData: function () {...

Hi I am using django-dashing, may I know how to resize widget?

xFormat and yFormat seem to have no effect on a graph widget. in my widgets.py I have: class MyGraph(GraphWidget): title = 'My Graph' def get_data(self): return [{'x': x, 'y': x}...

How do you configure a widget to pull data from an external data source? In the readme, there's a brief mention of using an "API" but the docs don't elaborate...

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:...

Hi, I'm having A LOT of difficulties when trying to add "rv-on-click" to my custom widget. basically I took the list widget and created my own custom widget with the...