Hi,
Can anyone please help me on this?
i have plotted 4 different graphs on one page but i am not able to put title on those. I found solution to put one title for all graphs but that is not useful for me since my all 4 graphs are different.
My code for allocating plotarea for those 4 graphs is as follows:
$Graph->add(
Image_Graph::horizontal(
Image_Graph::vertical(
$part1= Image_Graph::factory('plotarea'),
$part3 = Image_Graph::factory('plotarea',array('category','axis','horizontal'),
50
),
Image_Graph::vertical(
$part2 = Image_Graph::factory('plotarea'),
$part4 = Image_Graph::factory('plotarea'),
50
),
65
)
);
Please help me .. i tried my best but of no use...
I want different title and Legend for all these 4 graphs.