I see that when you create a chart node, you can utilize the rotateNames but how do you do this from a node with php code?
I assumed it would be:

$info->attributes = array('rotateNames'=>'1');

but this does not work.

Comments

spydmobile’s picture

Title: How to implement X axis rotate? » How to implement X axis rotate? (solved)
Status: Active » Closed (fixed)

Hi, sorry, found the answer

   $info->settings = array(
'Caption' => 'my Chart Caption',
'rotateNames'=>'1',
);