79385212

Date: 2025-01-24 17:52:16
Score: 1
Natty:
Report link

 scales: {
      y: {
        beginAtZero: true,
        grid: {
          drawBorder: false,
          color: (context) => {
            if (context.tick.value === 0) {
              return "blue";
            }
          },
        },
        ticks: {
          display: false,
        },
      },
    },

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Leonardo Barroca