mergify[bot]
2 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
frappe/public/js/frappe/form/dashboard.js
|
|
@@ -568,7 +568,7 @@ frappe.ui.form.Dashboard = class FormDashboard { |
|
|
|
this.chart_area.body.empty(); |
|
|
|
$.extend(args, { |
|
|
|
type: "line", |
|
|
|
colors: ["green"], |
|
|
|
colors: args.colors || ["green"], |
|
|
|
truncateLegends: 1, |
|
|
|
axisOptions: { |
|
|
|
shortenYAxisNumbers: 1, |
|
|
|