static/admin/js/pages/analytics/graph/line-graph.js
Function createLineGraph
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
LineGraph.prototype.createLineGraph = function() {
var self = this;
var brandPrimary = self._option.color.primary;
var brandSecondary = self._option.color.secondary;