79168000

Date: 2024-11-07 20:39:34
Score: 0.5
Natty:
Report link

use null instead of empty object.

const config = {
    ...
    axis: {
        x: null,
        y: null
    },
};


<Line {...config} />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: BehRouz