qlik-oss/picasso.js

View on GitHub
examples/scatterplot/index.js

Summary

Maintainability
C
1 day
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

components: [
{
type: 'axis',
scale: 'y',
layout: {
Severity: Major
Found in examples/scatterplot/index.js and 1 other location - About 1 day to fix
examples/q-scatterplot/index.js on lines 9..53

Identical blocks of code found in 2 locations. Consider refactoring.
Open

scales: {
x: { data: { field: 'Sales' }, expand: 0.1 },
y: { data: { field: 'Margin' }, expand: 0.1 },
},
Severity: Minor
Found in examples/scatterplot/index.js and 1 other location - About 45 mins to fix
examples/hammer/index.js on lines 90..93
Category
Status