Hi Rhaone,
You may use MultiChart or DrawArea.merge to merge two charts together. An example is:
.... create two chart objects $bigChart and $smallChart as usual
#put $smallChart at (400, 100) of the $bigChart
$bigChart->makeChart3($smallChart->makeChart3(), 400, 100, TopLeft, 0);
Hope this can help.
Regards
Peter Kwan |