mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
[charts] update charts API
This commit is contained in:
@@ -20,7 +20,7 @@ frappe.query_reports["Minutes to First Response for Issues"] = {
|
||||
data: {
|
||||
labels: result.map(d => d[0]),
|
||||
datasets: [{
|
||||
title: 'Mins to first response',
|
||||
name: 'Mins to first response',
|
||||
values: result.map(d => d[1])
|
||||
}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user