Skip to content

Commit 283796c

Browse files
committed
fix: Label changed for donut chart and alignment changed for table contents
1 parent 84bd579 commit 283796c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bloomstack_core/bloomstack_core/page/insight_engine/insight_engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ InsightEngine = class InsightEngine {
242242
new Chart($(".sales-partner-info .donut-chart .graphics"), {
243243
type: 'doughnut',
244244
data: {
245-
labels: ['overdue_invoices', 'unpaid_invoices'],
245+
labels: ['Total Amount Overdue', 'Total Unpaid Amount'],
246246
datasets: [{
247247
data: [this.dashboard_data.overdue_invoices, this.dashboard_data.unpaid_invoices],
248248
backgroundColor: colors.rgba,

bloomstack_core/public/css/insight_engine.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,8 @@
115115

116116
.parent-container .table-data table th,
117117
.parent-container .table-data table td {
118-
padding: 5px 10px;
118+
padding: 5px 20px;
119119
font-size: 11px;
120-
text-align: center;
121120
}
122121

123122
.parent-container .table-data table th { height: 50px; }

0 commit comments

Comments
 (0)