Open pcompassion opened 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.
been using django-dashing for a week now and it's been great.
Here are some of feature requests