On Sat, 2008-11-08 at 20:49 +0100, Raul Mateos wrote: > Thank you Kore for your answers. > > Another question is: There is any way to put the distance between the > title and the graphic or the graphic and the legend? Sometimes they > are very close and I haven't found any attribute to do that.
Each chart element, like the title and the legend, has some basic formatting properties, like padding, margin, background and border settings. So you can add some additional space around the legend using: > $chart->legend->margin = 2; Same for the title: > $chart->title->margin = 2; For more information on general chart element handling and formatting, see here: http://ezcomponents.org/docs/tutorials/Graph#chart-elements -- Mit freundlichen Grüßen / Med vennlig hilsen Kore Nordmann (GPG: 0xDDC70BBB) eZ Components Developer eZ systems Headquarters tel +49 (0) 231-9742-7750 | fax +49 (0) 231-9742-7751 [EMAIL PROTECTED] | eZ systems | ez.no
signature.asc
Description: This is a digitally signed message part
-- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
