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

171
Views
AmCharts5: ¿Cómo cambiar la etiqueta del eje x y la información sobre herramientas usando un DateAxis?

Con amcharts4, hago algo como esto para la información sobre herramientas de cambio y el texto de la etiqueta para el eje x con CategoryAxis...

 // change tooltip this.xAxis.adapter.add("getTooltipText", (text, target) => { const value = text ? parseInt(text) : -1; return this.getAxisToolTipText(value); }); // change label this.xAxis.renderer.labels.template.adapter.add("text", (text, target) => { const value = target.dataItem && target.dataItem.category ? parseInt(target.dataItem.category) : -1; return this.getAxisText(value, text); });

Pero ahora, ¿cómo hacer lo mismo para Amcharts5 con DateAxis?

Agradeceré cualquier sugerencia.

about 4 years ago · Juan Pablo Isaza
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!