Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

110
Views
¿Es posible incluir datos de minutos y segundos en un gráfico de vértice de serie temporal?

También estoy tratando de ingresar el tiempo en segundos junto con el rango de fechas, ¿cómo puedo hacer eso dentro de la serie? Aquí está mi código actual, que solo muestra el rango de fechas en días.

 series: [ { name: 'Dataset One', data: [ { x: 'Dataset One', y: [ new Date('2020-01-30').getTime(), new Date('2020-02-20').getTime() ] } ] } ]
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Ya casi has llegado... Solo necesitas agregar la time a tu Date . También puede consultar el Constructor de fecha en los documentos de MDN.

 new Date('2020-01-30T00:00:00').getTime(), new Date('2020-02-20T00:00:00').getTime()

La T está en formato de 24 horas.. hh:mm:ss

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!