mergify[bot]
2 лет назад
committed by
GitHub
Родитель
Сommit
1073ca3ca1
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов:
1 добавлений и
1 удалений
-
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, |
|
|
|