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

feature requests #51

Open pcompassion opened 8 years ago

pcompassion commented 8 years ago

been using django-dashing for a week now and it's been great.

Here are some of feature requests

rvernica commented 8 years ago

For changing colors you can try setting the color property. For example, for the Number widget from dashing-config.js, you can add:

dashboard.addWidget('current_valuation_widget', 'Number', {
    color: '#47bbb3',
    getData: function () {

Alternatively, you can user your own CSS.