Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

122
Vistas
Is it possible to include minute and seconds data in a time series apex chart?

I am trying to also input the time in seconds along with the date range, how can I do that inside of series? Here is my current code, only showing the date range in days.

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 Respuestas
Responde la pregunta

0

You're almost all the way there ... You just need to add the time to your Date. You can also refer to the Date Constructor on MDN docs.

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

The T is in 24 hour format .. hh:mm:ss

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda