summaryrefslogtreecommitdiffstats
path: root/web/gui/src/dashboard.js/charting/google-charts.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/gui/src/dashboard.js/charting/google-charts.js')
-rw-r--r--web/gui/src/dashboard.js/charting/google-charts.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/gui/src/dashboard.js/charting/google-charts.js b/web/gui/src/dashboard.js/charting/google-charts.js
index 432c84a1d..7497dafd8 100644
--- a/web/gui/src/dashboard.js/charting/google-charts.js
+++ b/web/gui/src/dashboard.js/charting/google-charts.js
@@ -1,5 +1,8 @@
// google charts
+// Codacy declarations
+/* global google */
+
NETDATA.googleInitialize = function (callback) {
if (typeof netdataNoGoogleCharts === 'undefined' || !netdataNoGoogleCharts) {
$.ajax({