[reportlab-users] bar chart stroke type

Robin Becker robin at reportlab.com
Fri Jul 14 05:03:01 EDT 2006


Timothy Smith wrote:
> bar chart stroke type, is there such a thing? i'd like to do a none 
> solid fill type.
not yet, but I added the strokeDashArray property and checked that it works.

So I can now set

   chart.bars.strokeDashArray = 1,1

or even

   chart.bars[1].strokeDashArray = 3,1

that is in the latest SVN, but won't be going into the overnight stuff as I 
added a breaking test earlier in the week. I plan to fix that at the weekend.
-- 
Robin Becker


More information about the reportlab-users mailing list