title | issue |
---|---|
Implement new statistics chart design |
NEXT-21224 |
- Deprecated the property
statisticDateRanges
insw-dashboard-statistics/index.js
- Deprecated the block
sw_dashboard_statistics_headline
insw-dashboard-statistics.html.twig
. It will be removed - Deprecated the block
sw_dashboard_index_statistics_headline_title
insw-dashboard-statistics.html.twig
. Use blocksw_dashboard_statistics_count_title
andsw_dashboard_statistics_sum_title
instead - Deprecated the block
sw_dashboard_statistics_headline_date
insw-dashboard-statistics.html.twig
. Use blocksw_dashboard_statistics_count_range_select
andsw_dashboard_statistics_sum_range_select
instead - Deprecated the block
sw_dashboard_statistics_count_chart
insw-dashboard-statistics.html.twig
. Use the parent blocksw_dashboard_statistics_count
instead - Deprecated the block
sw_dashboard_statistics_sum_chart
insw-dashboard-statistics.html.twig
. Use the parent blocksw_dashboard_statistics_sum
instead