title | issue | author | author_email |
---|---|---|---|
Added date range selection to dashboard statistics |
NEXT-17639 |
Eric Heinzl |
- Added date range selection to dashboard statistics in
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index
- Added fillEmptyValues prop in
src/Administration/Resources/app/administration/src/app/component/base/sw-chart/index.js
. You can now also define your time unit (day/hour/minute)- Added possibility to fill in zero values for hours and minutes (before only days were available)
- Deprecated computed
orderCountMonthSeries
insrc/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js
. Please useorderCountSeries
instead - Deprecated computed
orderSumMonthSeries
insrc/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js
. Please useorderSumSeries
instead - Deprecated
fillEmptyDates
prop insrc/Administration/Resources/app/administration/src/app/component/base/sw-chart/index.js
. Please usefillEmptyValues
instead