I'm using a Raphael js library for creating charts on a web page, that I'm building. When I create a pie charts with a large number of items, the legend with the items titles is being partly hidden, because the legend's height is bigger than the height of the pie chart element's parent. Is there an option for adding a scroll in a legend of a Raphael pie chart? I was looking for attributes of scroll, that I add in the creation of a legend, but I haven't any suitable attribute. If anyone has faced this issue before and can provide some info about it, I'll really appreciate the help.