Skip to content

Commit df0a0cc

Browse files
ENGCOM-6988: Improve dashboard charts - migrate to chart.js #26923
- Merge Pull Request #26923 from Bartlomiejsz/magento2:feature/dashboards_charts - Merged commits: 1. d00b206 2. 5da031e 3. d48cc2f 4. e45bb96 5. 820d3a4 6. 2d63d4f 7. c6f5f81 8. f6d047a
2 parents c15795a + f6d047a commit df0a0cc

File tree

1 file changed

+1
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Backend/Model/Dashboard

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Backend/Model/Dashboard/ChartTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\Backend\Model\Dashboard;
99

10-
use Magento\Backend\Model\Dashboard\Chart;
1110
use Magento\TestFramework\Helper\Bootstrap;
1211
use PHPUnit\Framework\TestCase;
1312

@@ -62,7 +61,7 @@ public function getChartDataProvider(): array
6261
'quantity'
6362
],
6463
[
65-
6,
64+
19,
6665
'1m',
6766
'quantity'
6867
],

0 commit comments

Comments
 (0)