I have some problems to fill the requirment of user story #6 specially about the data -yvalue.
Can someone can help me to solve my problem ?
list of users story
my code
I have some problems to fill the requirment of user story #6 specially about the data -yvalue.
Can someone can help me to solve my problem ?
list of users story
my code
¡Hola!
La prueba 6 es por decirlo extraña, para poder aprobarla el formato de los datos del atributo data-yvalue
debe ser Date
, algo como esto te puede funcionar.
.attr('data-yvalue',(d) => new Date(d.Seconds * 1000))
Devolvera algo como esto Wed Dec 31 1969 18:36:55 GMT-0600 (hora estándar central)
pero la prueba solo verifica los minutos.
Por cierto tus valor cy
estan invertidos.
saludos