79125795

Date: 2024-10-25 13:03:18
Score: 0.5
Natty:
Report link

You did minor mistake,

$('.circle-chart').css('background: conic-gradient(green 0% 60%, grey 60% 100%)')

should be (Check below how we need to apply property value)

$('.circle-chart').css('background', 'conic-gradient(green 0% 10%, grey 30% 100%)')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jignesh Dalvadi