Search code examples
phpgraphlabelorientationpear

PEAR Image_Graph XAxis coordinate orientation


I'm making a graph using PEAR Image_Graph and the bottom coordinates labels are dates. Instead of the labels (dates) displaying horizontally, I'd like them to display vertically - or maybe at a slight angle, so they aren't all on top of each other. However, I'm not sure if this is possible and I can't seem to find anything in the documentation for this.

Does anyone have any experience with this or know if this is possible?


Solution

  • Image_Graph does not support rotating text on an axis, sorry.