Commit Graph
54 Commits
Author SHA1 Message Date
qixinzhi b741314ec6 * Pick code from branch 18.x+bi. 2024-01-19 10:23:09 +08:00
sunhao 87a13d35ba * metric: fix list style. 2024-01-12 16:46:49 +08:00
songchenxuan 3d245139d6 * Add shortPage pager. 2023-12-20 14:27:56 +08:00
songchenxuan bf9c1d9b72 * Merge 18x metric module to master. 2023-12-15 17:22:53 +08:00
songchenxuan 9e17eb4b27 * Fix bug #39539. 2023-12-04 13:46:42 +08:00
qixinzhi a8741b2e90 * Add chart resize after sidebar toggle. 2023-12-01 16:16:51 +08:00
songchenxuan 2174adcedc * Fix bug #40792. 2023-12-01 10:11:20 +08:00
songchenxuan ad31dd4d46 * Fix bug #40793. 2023-12-01 09:25:06 +08:00
songchenxuan 6184afcb1f * Use sidebar. 2023-11-30 14:46:29 +08:00
qixinzhi 772ffd3e28 * Fix undefined key in echartOptions. 2023-11-30 15:31:05 +08:00
宋辰轩 1bd12821ae revert 5b452f0105
revert * Use postAndLoadPage function to reconfiguration single metric preview.
2023-11-30 13:47:40 +08:00
qixinzhi 0f01ddb6c8 * Add chart dataZoom,grid,tooltip config. 2023-11-30 11:26:25 +08:00
songchenxuan 5b452f0105 * Use postAndLoadPage function to reconfiguration single metric preview. 2023-11-28 06:41:50 +08:00
qixinzhi 5ae89bf89f * Fix table height. 2023-11-29 13:04:04 +08:00
qixinzhi 8801982150 * Add day label query for no date metric. 2023-11-28 14:23:49 +08:00
qixinzhi 327d488287 * Finish date label,task#106116,story#50742. 2023-11-28 11:30:36 +08:00
songchenxuan 8c422a4ba0 * Show dtable in multi-preview metric. 2023-11-24 15:09:19 +08:00
zhouxin 8bfdaf2b77 * Hide button when hasn't filter. 2023-11-24 10:23:08 +08:00
zhouxin 8da171a26d * Hide pager when metric type has not date. 2023-11-23 17:22:11 +08:00
zhouxin 8a1b68e86a * Hide form of calc time in preview. 2023-11-23 17:22:11 +08:00
songchenxuan 01d5e11ea4 * Add new function for 3 header. 2023-11-23 13:40:35 +08:00
songchenxuan a10f3314d1 * Use resultHeader to get recordType. 2023-11-23 12:24:38 +08:00
songchenxuan 5005cc4439 * Try fix conflict. 2023-11-23 11:53:03 +08:00
zhouxin 5a8791f8ca * Add pager to metric-preview. 2023-11-23 10:32:55 +08:00
songchenxuan 6f875a17c7 * Set max-width 50% for metric preview and use flex-basis. 2023-11-21 16:20:22 +08:00
songchenxuan c1a40f4e29 * Fix metric preview set className bug. 2023-11-21 13:57:16 +08:00
zhouxin 900622cda5 * Add collapse button to metric-preview. 2023-11-20 17:14:25 +08:00
songchenxuan f8556bab9d * Finish single page metric-tree. 2023-11-20 14:09:45 +08:00
qixinzhi 1e781f39b0 * Fix error without filter any metric. 2023-11-17 14:45:32 +08:00
liumengyi e0b4eab07c * Remove , at the end of row in the lastest children in metric. 2023-11-14 13:41:52 +08:00
songchenxuan bbdefada6e * Modify metric function. 2023-10-09 12:32:10 +08:00
songchenxuan 28d3191eb0 * Fix change chartType with formData. 2023-10-09 09:49:07 +08:00
songchenxuan 447f1c5bb4 * Finish single preview echart init. 2023-10-08 14:43:44 +08:00
songchenxuan 1e3a05f957 * Finish filter query. 2023-10-07 18:16:55 +08:00
songchenxuan ed2c69ac7d * Reconfiguration code. 2023-10-07 14:59:27 +08:00
songchenxuan c89604a13d * Move 18x code to 20. 2023-10-07 10:05:08 +08:00
qixinzhi c099c45122 * Display none when filter no metric,bug#38796. 2023-09-22 01:58:00 +00:00
qixinzhi dbcf85f8b6 * Fix metric record scope query to multiple select,bug#38763. 2023-09-21 06:30:28 +00:00
qixinzhi c86d07d6af * Fix switch metric after filter,bug#38652,task#103053. 2023-09-20 03:26:25 +00:00
qixinzhi d44f3b43aa * Fix search in browse,bug#38251,task#103073. 2023-09-20 01:39:26 +00:00
songchenxuan 79f6e6b464 * Modify css. 2023-09-19 11:55:08 +08:00
qixinzhi e0cfbbe2ec * Finish metric records filter,task#102579,story#49054. 2023-09-19 02:37:26 +00:00
songchenxuan 0522269ff4 *Add init picker function, all chart-type picker use js to init. 2023-09-19 10:27:52 +08:00
songchenxuan 8d2ace5ddb * Add Chart init. 2023-09-18 10:37:58 +08:00
songchenxuan 546c6685e6 * Add a new lang. 2023-09-13 13:06:11 +08:00
songchenxuan b694746a31 * Add details page. 2023-09-13 12:13:07 +08:00
songchenxuan f2b1f9ed3d * Hidden useless icon. 2023-09-13 10:48:10 +08:00
songchenxuan 354579abbf * Finish collect button and js. 2023-09-13 09:24:36 +08:00
qixinzhi abe5cf87cb * Finish metric filter in single and multiple,task#102166,story#49057. 2023-09-11 07:56:31 +00:00
qixinzhi 15f45676d7 * Finish preview metric with filter. 2023-09-08 09:23:26 +00:00