new try to avoid lgtm unused-local-variable warning
This commit is contained in:
3
dist/js/pages/dashboard.js
vendored
3
dist/js/pages/dashboard.js
vendored
@@ -166,8 +166,7 @@ $(function () {
|
||||
|
||||
// This will get the first returned node in the jQuery collection.
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
var salesChart = new Chart(salesChartCanvas, {
|
||||
// lgtm [js/unused-local-variable]
|
||||
var salesChart = new Chart(salesChartCanvas, { // lgtm [js/unused-local-variable]
|
||||
type: 'line',
|
||||
data: salesChartData,
|
||||
options: salesChartOptions
|
||||
|
||||
Reference in New Issue
Block a user