79590214

Date: 2025-04-24 09:24:17
Score: 1
Natty:
Report link
valueFormatter: (params) => {
      if (!params.value) return "Placeholder";
      return `Rs. ${params.value.toFixed(2)}`; 
    },

Displays value "Placeholder" if there are no values passed thorugh params.

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