[reportlab-users] add labels to axes
Andy Robinson
reportlab-users@reportlab.com
Wed, 4 Dec 2002 09:08:06 -0000
> @Rüdiger: Thank you for your answer. I will try this out.
>
> What I forgot to mention is, that I use RenderPM to make Charts
> in Zope. So
> the main Problem is, that I has to be configurable via RenderPM and the
> data for the string will be passed via an Python Script to the Chart.
>
> Greets,
> Ingo :)
Ingo,
I have not used the Zope package but I think it is analogous to
our commercial framework. What we would do is:
1. subclass the charts
2. in thenew chart's __init__ method, make your default
settings and add the new String widgets to it
3. Save that in the file system and let RenderPM configure it.
Thanks,
Andy