diff --git a/application/admin/model/History.php b/application/admin/model/History.php index 70d4c41..18adc27 100644 --- a/application/admin/model/History.php +++ b/application/admin/model/History.php @@ -457,13 +457,13 @@ class History extends Model public function getDashboardData($periods = 30, $type = 'all') { return [ - 'hotcold' => $this->getHotColdNumbers($periods, $type), - 'colorwave' => $this->getColorWaveAnalysis($periods, $type), - 'zodiac' => $this->getZodiacAnalysis($periods, $type), - 'oddeven' => $this->getOddEvenAnalysis($periods, $type), - 'bigsmall' => $this->getBigSmallAnalysis($periods, $type), + 'hotcold' => $this->getHotColdNumbers($periods, 'special'), + 'colorwave' => $this->getColorWaveAnalysis($periods, 'special'), + 'zodiac' => $this->getZodiacAnalysis($periods, 'special'), + 'oddeven' => $this->getOddEvenAnalysis($periods, 'special'), + 'bigsmall' => $this->getBigSmallAnalysis($periods, 'special'), 'special' => $this->getSpecialTrend($periods), - 'tailnumbers' => $this->getTailNumbers($periods, $type) + 'tailnumbers' => $this->getTailNumbers($periods, 'special') ]; } diff --git a/application/admin/view/history/index.html b/application/admin/view/history/index.html index 44ff12c..8754be8 100644 --- a/application/admin/view/history/index.html +++ b/application/admin/view/history/index.html @@ -11,13 +11,13 @@ {:__('Trend Chart')} {:__('Hot/Cold Analysis')} {:__('Color Wave')} - {:__('Zodiac')} + {:__('Zodiac')} {:__('Odd/Even')} {:__('Big/Small')} - {:__('Sum Chart')} - {:__('Consecutive')} + {:__('Sum Chart')} + {:__('Consecutive')} {:__('Tail Numbers')} - {:__('Dashboard')} +