Commit 6d6ebdc
committed
feat: Enhance chart components with period selection and area chart hints
- Added PeriodSelector component for selecting chart periods.
- Introduced DenseChartAreaHint to suggest area charts for dense data.
- Updated various chart components to utilize new period handling and improve performance.
- Enhanced localization for new chart features and descriptions.
- Refactored chart data handling to accommodate new period options and improve rendering efficiency.1 parent 34bfc40 commit 6d6ebdc
17 files changed
Lines changed: 1190 additions & 497 deletions
File tree
- dashboard
- public/statics/locales
- src
- components/charts
- features
- dashboard/components
- users/dialogs
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1898 | 1898 | | |
1899 | 1899 | | |
1900 | 1900 | | |
| 1901 | + | |
1901 | 1902 | | |
1902 | 1903 | | |
1903 | 1904 | | |
1904 | 1905 | | |
1905 | 1906 | | |
1906 | 1907 | | |
1907 | 1908 | | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
1908 | 1913 | | |
1909 | 1914 | | |
1910 | 1915 | | |
| |||
3250 | 3255 | | |
3251 | 3256 | | |
3252 | 3257 | | |
| 3258 | + | |
| 3259 | + | |
3253 | 3260 | | |
3254 | 3261 | | |
3255 | 3262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1698 | 1698 | | |
1699 | 1699 | | |
1700 | 1700 | | |
| 1701 | + | |
1701 | 1702 | | |
1702 | 1703 | | |
1703 | 1704 | | |
1704 | 1705 | | |
1705 | 1706 | | |
1706 | 1707 | | |
1707 | 1708 | | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
1708 | 1713 | | |
1709 | 1714 | | |
1710 | 1715 | | |
| |||
3191 | 3196 | | |
3192 | 3197 | | |
3193 | 3198 | | |
| 3199 | + | |
| 3200 | + | |
3194 | 3201 | | |
3195 | 3202 | | |
3196 | 3203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
3155 | 3160 | | |
3156 | 3161 | | |
3157 | 3162 | | |
| 3163 | + | |
| 3164 | + | |
3158 | 3165 | | |
3159 | 3166 | | |
3160 | 3167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1848 | 1848 | | |
1849 | 1849 | | |
1850 | 1850 | | |
| 1851 | + | |
1851 | 1852 | | |
1852 | 1853 | | |
1853 | 1854 | | |
1854 | 1855 | | |
1855 | 1856 | | |
1856 | 1857 | | |
1857 | 1858 | | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
1858 | 1863 | | |
1859 | 1864 | | |
1860 | 1865 | | |
| |||
3201 | 3206 | | |
3202 | 3207 | | |
3203 | 3208 | | |
| 3209 | + | |
| 3210 | + | |
3204 | 3211 | | |
3205 | 3212 | | |
3206 | 3213 | | |
| |||
0 commit comments