Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Sep 13, 2024
2 parents ef2b27b + 0e284ef commit bb238e3
Show file tree
Hide file tree
Showing 68 changed files with 69 additions and 3,864 deletions.
49 changes: 0 additions & 49 deletions .git-blame-ignore-revs

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ build
.php-cs-fixer.cache
.git-blame-ignore-revs
.php-cs-fixer.cache
.git-blame-ignore-revs
13 changes: 0 additions & 13 deletions .php-cs-fixer.cache

This file was deleted.

3 changes: 2 additions & 1 deletion Filament/Pages/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public function getHeaderWidgets(): array
{
return [
WidgetsSamples\Bar02Chart::make(),
WidgetsSamples\OverlookV2Widget::make(),
// WidgetsSamples\OverlookWidget::make(),
// WidgetsSamples\OverlookV2Widget::make(),
WidgetsSamples\Doughnut01Chart::make(),
WidgetsSamples\Sample01Chart::make(),
];
Expand Down
11 changes: 5 additions & 6 deletions Models/MixedChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Relations\MorphMany;
use Illuminate\Database\Eloquent\Relations\Relation;
use Modules\Quaeris\Models\QuestionChart;

/**
* Modules\Chart\Models\MixedChart.
*
* @property Collection<int, \Modules\Chart\Models\Chart> $charts
* @property int|null $charts_count
* @property int|null $charts_count
*
* @method static \Modules\Chart\Database\Factories\MixedChartFactory factory($count = null, $state = [])
* @method static Builder|MixedChart newModelQuery()
* @method static Builder|MixedChart newQuery()
* @method static Builder|MixedChart query()
* @method static Builder|MixedChart newModelQuery()
* @method static Builder|MixedChart newQuery()
* @method static Builder|MixedChart query()
*
* @mixin \Eloquent
*/
Expand All @@ -40,7 +39,7 @@ class MixedChart extends BaseModel
public function charts(): MorphMany
{
Relation::morphMap([
'question_chart' => QuestionChart::class,
'question_chart' => 'Modules\Quaeris\Models\QuestionChart',
'mixed_chart' => self::class,
]);

Expand Down
5 changes: 1 addition & 4 deletions Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ class EventServiceProvider extends BaseEventServiceProvider
/**
* Configure the proper event listeners for email verification.
*/
<<<<<<< HEAD
protected function configureEmailVerification(): void
{
// ...
}
=======
protected function configureEmailVerification(): void {}
>>>>>>> db6e62ef98e16976e221348ca595d79124946ef6
}
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# module_chart_fila3
# Module Chart
Modulo dedicato ai grafici

## Aggiungere Modulo nella base del progetto
Dentro la cartella laravel/Modules

```bash
git submodule add https://github.com/laraxot/module_chart_fila3.git Chart
```

## Verificare che il modulo sia attivo
```bash
php artisan module:list
```
in caso abilitarlo
```bash
php artisan module:enable Chart
```
1 change: 1 addition & 0 deletions Resources/dist/assets/app-FFbD27R3.css

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Resources/dist/assets/filament-chart-js-plugins-1O2DZ1dQ.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions Resources/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"Resources/css/app.css": {
"file": "assets/app-FFbD27R3.css",
"src": "Resources/css/app.css",
"isEntry": true
},
"file": "assets/app-l0sNRNKZ.js",
"name": "app",
"src": "Resources/js/app.js",
"isEntry": true
},
"Resources/js/filament-chart-js-plugins.js": {
"file": "assets/filament-chart-js-plugins-B4fSc9HX.js",
"file": "assets/filament-chart-js-plugins-1O2DZ1dQ.js",
"name": "filament-chart-js-plugins",
"src": "Resources/js/filament-chart-js-plugins.js",
"isEntry": true
}
}
}
Empty file added Resources/svg/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"Modules\\Chart\\": ""
}
},
"require": {
"amenadiel/jpgraph": "^4.1"
},
"require_comment": {
"laraxot/module_xot_fila3": "*",
"thecodingmachine/safe": "^2.5"
Expand Down
21 changes: 0 additions & 21 deletions docs/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/a.git

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions docs/bootstrap.php

This file was deleted.

File renamed without changes.
File renamed without changes.
20 changes: 0 additions & 20 deletions docs/composer.json

This file was deleted.

55 changes: 0 additions & 55 deletions docs/config.php

This file was deleted.

12 changes: 0 additions & 12 deletions docs/config.production.php

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 0 additions & 45 deletions docs/listeners/GenerateSitemap.php

This file was deleted.

File renamed without changes.
Loading

0 comments on commit bb238e3

Please sign in to comment.