Просмотр исходного кода

cambio colore "Totale membri tesserati"

ferrari 4 месяцев назад
Родитель
Сommit
f8f525475d
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      app/Http/Livewire/Reports.php

+ 3 - 3
app/Http/Livewire/Reports.php

@@ -774,10 +774,10 @@ class Reports extends Component
             [
             [
                 'label' => 'Totale Membri Tesserati',
                 'label' => 'Totale Membri Tesserati',
                 'data' => $memberCountData,
                 'data' => $memberCountData,
-                'backgroundColor' => 'rgba(54, 162, 235, 0.2)',
-                'borderColor' => 'rgba(54, 162, 235, 1)',
+                'backgroundColor' => '#7738fa',
+                'borderColor' => '#7738fa',
                 'borderWidth' => 3,
                 'borderWidth' => 3,
-                'pointBackgroundColor' => 'rgba(54, 162, 235, 1)',
+                'pointBackgroundColor' => '#7738fa',
                 'pointRadius' => 6,
                 'pointRadius' => 6,
                 'tension' => 0.3,
                 'tension' => 0.3,
                 'fill' => true,
                 'fill' => true,