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

250
Views
amCharts 5: Is is possible to rotate axes tick labels?

Is is possible to rotate axes tick labels in amCharts 5? E.g.

enter image description here

I am unable to find this mentioned anywhere in the new amCharts 5 documentation. This was possible in amCharts 4.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

This can be achieved by setting the rotation property on the relevant axis-renderer's labels.template, eg:

//...
const xAxisRenderer = am5xy.AxisRendererX.new(root, {});

xAxisRenderer.labels.template.setAll({
  rotation: -45,
});

const xAxis = chart.xAxes.push(
  am5xy.CategoryAxis.new(root, {
    renderer: xAxisRenderer ,
    categoryField: 'category-name-here',
  })
);
//...

Found via: amCharts 5 demo

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!