File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ function hotkeys() {
426426
427427function chartjs ( ) {
428428 return gulp . src ( [
429- config . nodeDirectory + '/chart.js/dist/chart.min.js' ,
429+ config . nodeDirectory + '/chart.js/dist/chart.umd. min.js' ,
430430 ] )
431431 . pipe ( flatten ( ) )
432432 . pipe ( gulp . dest ( config . production + '/' + config . paths . js + '/chartjs' ) ) ;
Original file line number Diff line number Diff line change 2424use Modules \Statistiche \Stats ;
2525
2626echo '
27- <script src=" ' .base_path_osm ().'/assets/dist/js/chartjs/chart.min.js"></script>
27+ <script src=" ' .base_path_osm ().'/assets/dist/js/chartjs/chart.umd. min.js"></script>
2828<script src=" ' .$ structure ->fileurl ('js/functions.js ' ).'"></script>
2929<script src=" ' .$ structure ->fileurl ('js/calendar.js ' ).'"></script>
3030<script src=" ' .$ structure ->fileurl ('js/manager.js ' ).'"></script>
Original file line number Diff line number Diff line change 2424$ id_module = Module::where ('name ' , 'Stato dei servizi ' )->first ()->id ;
2525
2626echo '
27- <script src=" ' .base_path_osm ().'/assets/dist/js/chartjs/chart.min.js"></script> ' ;
27+ <script src=" ' .base_path_osm ().'/assets/dist/js/chartjs/chart.umd. min.js"></script> ' ;
2828
2929// Operazioni JavaScript
3030echo '
Original file line number Diff line number Diff line change 1414 "bootstrap-colorpicker" : " ^2.5.3" ,
1515 "bootstrap-daterangepicker" : " ^2.1.25" ,
1616 "bootstrap-maxlength" : " ^2.0.0" ,
17- "chart.js" : " ^3.8.0 " ,
17+ "chart.js" : " ^4.5.1 " ,
1818 "ckeditor" : " 4.12.1" ,
1919 "ckeditor4" : " ckeditor/ckeditor4-releases#full/4.22.1" ,
2020 "clipper-lib" : " ^6.4.2" ,
You can’t perform that action at this time.
0 commit comments