[FIX] branding colors

This commit is contained in:
Parthiv Patel
2021-05-31 13:03:28 +00:00
parent c979af55b0
commit 36fe52fed9
11 changed files with 19 additions and 19 deletions
@@ -3056,7 +3056,7 @@ var JournalDashboardGraph = AbstractField.extend({
var labels = this.data[0].values.map(function (pt) {
return pt.x;
});
var borderColor = this.data[0].is_sample_data ? '#dddddd' : '#875a7b';
var borderColor = this.data[0].is_sample_data ? '#dddddd' : '#2496f6';
var backgroundColor = this.data[0].is_sample_data ? '#ebebeb' : '#dcd0d9';
return {
type: 'line',