5

I am using amCharts for visualization. Is there any config option in amCharts to rotate automatically the column label text, when is too large to fit horizontally?

István
  • 5,057
  • 10
  • 38
  • 67

1 Answers1

3

From version 3.4.3 (February 5) autoRotateCount and autoRotateAngle properties are added to be able to handle this.

István
  • 5,057
  • 10
  • 38
  • 67