conveyal/modeify

View on GitHub
client/components/conveyal/transitive.js/master/lib/display/draw-grid.js

Summary

Maintainability
A
1 hr
Test Coverage

Function drawGrid has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function drawGrid(display, cellSize) {
  var svg = display.svg;
  var xScale = display.xScale;
  var yScale = display.yScale;

    There are no issues that match your filters.

    Category
    Status