myems-admin/js/plugins/flot/jquery.flot.symbol.js
Function processRawData
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function processRawData(plot, series, datapoints) {
// we normalize the area of each symbol so it is approximately the
// same as a circle of the given radius
var handlers = {
Function cross
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
cross: function (ctx, x, y, radius, shadow) {
Function triangle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
triangle: function (ctx, x, y, radius, shadow) {
Function square
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
square: function (ctx, x, y, radius, shadow) {
Function diamond
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
diamond: function (ctx, x, y, radius, shadow) {