seitime-frappe/frappe/desk
Ankush Menat d597acb5e2
fix: let charts handle aggregation (#18293)
Currently we are doing aggregation of remaining slices manually BUT this
breaks basic principle of DRY:

- dashboard chart decides how many groups to consider
- frappe charts has different maxSlices config

This results in mess like frappe computing "Other" and Frappe charts
computing "rest" separately.

Fix: Just pass all data to charts and let it figure out the "Rest".
2022-10-05 12:48:32 +05:30
..
doctype fix: let charts handle aggregation (#18293) 2022-10-05 12:48:32 +05:30
form feat: capture custom values in frappe monitor 2022-09-25 15:07:30 +05:30
page perf: send all translations for setup wizard (#18226) 2022-09-26 17:50:49 +05:30
report style: format JS files with prettier 2022-08-04 14:51:01 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
calendar.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
desk_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
desktop.py fix: Show quick list only if user has access (#18102) 2022-09-13 16:09:33 +05:30
gantt.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
leaderboard.py chore: db.get_all -> get_all 2022-08-22 11:35:14 +05:30
like.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
link_preview.py refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
listview.py Merge branch 'develop' into get-all-mod 2022-07-01 13:25:32 +05:30
moduleview.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
notifications.py feat: Enable mentions and notify users from any text field 2022-07-22 15:26:37 +05:30
query_report.py fix: report generation - frappe monitor (#18259) 2022-09-29 19:35:38 +05:30
report_dump.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
reportview.py refactor!: better API contracts for virtual doctype 2022-07-22 14:26:02 +05:30
search.py chore: remove untranslated matching 2022-08-12 17:04:37 +01:00
treeview.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30