zingchart/zingtouch

View on GitHub
src/core/util.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getVelocity has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  getVelocity(startX, startY, startTime, endX, endY, endTime) {
Severity: Minor
Found in src/core/util.js - About 45 mins to fix

    Function isWithin has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      isWithin(currentX, currentY, previousX, previousY, tolerance) {
    Severity: Minor
    Found in src/core/util.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status