79419960

Date: 2025-02-07 04:59:29
Score: 2
Natty:
Report link

getDotProps={(dataPoint, index) => { return { r: "6", strokeWidth: "2", stroke: chartData.indexOf(index) == -1 ? rgba(0, 0, 0, 0) // make it transparent : 'red', fill: chartData.indexOf(index) == -1 ? rgba(0, 0, 0, 0) // make it transparent : 'red', }; }} can we pass or get anyother props from to control

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Venkatesh