seitime-frappe/frappe/public/js
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
..
frappe fix: let charts handle aggregation (#18293) 2022-10-05 12:48:32 +05:30
integrations style: format JS files with prettier 2022-08-04 14:51:01 +05:30
lib refactor: Replace fluxify with vuex 2022-07-05 19:45:17 +05:30
print_format_builder style: format JS files with prettier 2022-08-04 14:51:01 +05:30
bootstrap-4-web.bundle.js fix: added cancel button in clear form dialog 2022-08-17 19:39:42 +05:30
controls.bundle.js fix: invalid import 2022-01-13 18:38:43 +05:30
data_import_tools.bundle.js fix: Create .bundle.* files that needs to bundled 2021-04-22 07:01:36 +05:30
desk.bundle.js feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263) (#18281) 2022-10-03 16:41:12 +05:30
dialog.bundle.js fix: Create .bundle.* files that needs to bundled 2021-04-22 07:01:36 +05:30
form.bundle.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
frappe-web.bundle.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
jquery-bootstrap.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
libs.bundle.js refactor: Get sortable js from node_modules instead of vendoring it 2022-07-04 09:17:20 +05:30
list.bundle.js feat: New Build System based on esbuild 2021-04-22 07:01:36 +05:30
logtypes.bundle.js style: format JS files with prettier 2022-08-04 14:51:01 +05:30
recorder.bundle.js fix: Create .bundle.* files that needs to bundled 2021-04-22 07:01:36 +05:30
report.bundle.js chore: remove dead code 2022-05-09 15:48:19 +05:30
user_profile_controller.bundle.js fix: Create .bundle.* files that needs to bundled 2021-04-22 07:01:36 +05:30
video_player.bundle.js refactor!: move plyr from default bundle 2022-06-20 20:46:57 +05:30
web_form.bundle.js chore: moved include script from html to web_form.bundle.js 2022-08-23 17:00:27 +05:30