Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 1.12 KB

2021-10-12-added-date-range-selection-to-dashboard-statistics.md

File metadata and controls

13 lines (13 loc) · 1.12 KB
title issue author author_email
Added date range selection to dashboard statistics
NEXT-17639
Eric Heinzl
e.heinzl@shopware.com

Administration

  • 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 in src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js. Please use orderCountSeries instead
  • Deprecated computed orderSumMonthSeries in src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js. Please use orderSumSeries instead
  • Deprecated fillEmptyDates prop in src/Administration/Resources/app/administration/src/app/component/base/sw-chart/index.js. Please use fillEmptyValues instead