plugins/q/src/scales/qTime/tick-generator.js
Showing 2 of 2 total issues
Function tickGenerator
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function tickGenerator(scale, settings) { const timeScale = d3ScaleTime(); const fn = function fn() {};
Function tickGenerator
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
export default function tickGenerator(scale, settings) { const timeScale = d3ScaleTime(); const fn = function fn() {};
- Read upRead up