qlik-oss/sn-scatter-plot

View on GitHub
src/picasso-components/heat-map-highlight/index.js

Summary

Maintainability
A
1 hr
Test Coverage
F
51%

Function render has 77 lines of code (exceeds 60 allowed). Consider refactoring.
Open

  render() {
    const { element } = this.chart;
    const heatMapCanvas = element.querySelector(`[data-key=${KEYS.COMPONENT.HEAT_MAP}]`);
    const heatMapHighlightCanvas = this.renderer.element();
    if (!heatMapCanvas || !heatMapHighlightCanvas) {
Severity: Major
Found in src/picasso-components/heat-map-highlight/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status