Skip to content

Commit 1b7937b

Browse files
committed
Update chart.js to latest v2 release
1 parent cc9ffee commit 1b7937b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DashboardPanelChart.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DashboardPanelChart extends DashboardPanel
4747

4848
public function getScripts()
4949
{
50-
return ['https://cdn.jsdelivr.net/npm/chart.js@2.9.3'];
50+
return ['https://cdn.jsdelivr.net/npm/chart.js@2.9.4'];
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)