Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

104
Visualizações
D3 TimeParse Formatting

been working on a D3 assignment and the timeParse is really not working for me.

Console.log Data Format without timeparse

the attached image is the date data of the csv I'm using (d3.dsv loaded) and I have used var parseTime = d3.timeParse("%m-%d-%Y") in an effort to load it, but it always returns null. I have also tried (%e-%d-%Y) variation to no avail. The interesting thing is that the first format worked yesterday and now its giving null when I tried continuing my work today. Any help would be appreciated.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Since you have not provided that data, I have assumed the data & the code below works.

One thing to pay attention to is in you data you have forward slash (/) separating day, month & year. However, in d3.timeParse, you use hyphen (-). Both have to match.

let data = [
  { date: "11/22/2016", cat: 5 },
  { date: "12/22/2016", cat: 4 },
  { date: "01/22/2017", cat: 3 },
  { date: "02/22/2017", cat: 2 },
];

parseTime = d3.timeParse("%m/%d/%Y");

data.forEach((d) => console.log(d.date));

data.forEach((d) => (d.date = parseTime(d.date)));

data.forEach((d) => console.log(d.date));

console.log(data);

Output

enter image description here

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda