myems-admin/js/plugins/flot/angular-flot.js
Function link
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
link: function(scope, element, attributes) {
var height, init, onDatasetChanged, onOptionsChanged, plot, plotArea, width, _ref, _ref1;
plot = null;
width = attributes.width || '100%';
height = attributes.height || '100%';