Skip to content

Commit

Permalink
Lock ApexCharts to version 3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Mar 11, 2024
1 parent 4db0e08 commit a5ddf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/ReportsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ReportsAsset extends AssetBundle
* @inheritdoc
*/
public $js = [
'https://cdn.jsdelivr.net/npm/apexcharts@3',
'https://cdn.jsdelivr.net/npm/apexcharts@3.46',
self::DATATABLES_BASE_URL . 'datatables.min.js',
'js/Chart.js',
'js/DataTable.js',
Expand Down

0 comments on commit a5ddf80

Please sign in to comment.