Help with simple chart objects

Asked by Shomiron Das Gupta

Hi,

I would first like to congratulate the team for building a long awaited gem. I was trying to dynamically render a chart, following is what I did:

The template:
created a table where () are in track changes
 | Name | Age |
 | Jack | (jackVar) |
 | Jill | (jillVar) |
 | Jim | (jimVar) |

Added a chart object using this table

The code:
jackVar = "32"
jillVar = "39"
jimVar = "35"
renderer = Renderer('dumbfile3.odt', globals(), 'result3.odt')
renderer.run()

in the result the chart is empty and the table disappears, I am not sure if I am doing something wrong, is there a tutorial somewhere for rendering charts as well.

- regards,
shomiron

Question information

Language:
English Edit question
Status:
Solved
For:
Appy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#1

Hello Shomiron,
Yes, documentation is available here:
http://appyframework.org/pod.html
http://appyframework.org/podWritingTemplates.html
http://appyframework.org/podWritingAdvancedTemplates.html
http://appyframework.org/podRenderingTemplates.html
If you still have problems, maybe send me your pod template !
Cheers
Gaetan

Revision history for this message
Shomiron Das Gupta (shomiron) said :
#2

Hi Gaetan,

Thanks for your response, I have gone through your samples. However here are
a set of sample files, some help would really help :)

Template = sourceFile.odt
Result = resultFile.odt

CodeFile = render.py

Regards,
Shomiron

On Thu, Jul 29, 2010 at 12:56 PM, Gaëtan Delannay <
<email address hidden>> wrote:

> Your question #118891 on Appy changed:
> https://answers.launchpad.net/appy/+question/118891
>
> Status: Open => Answered
>
> Gaëtan Delannay proposed the following answer:
> Hello Shomiron,
> Yes, documentation is available here:
> http://appyframework.org/pod.html
> http://appyframework.org/podWritingTemplates.html
> http://appyframework.org/podWritingAdvancedTemplates.html
> http://appyframework.org/podRenderingTemplates.html
> If you still have problems, maybe send me your pod template !
> Cheers
> Gaetan
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/appy/+question/118891/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/appy/+question/118891
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
================================
NetMonastery Network Security Pvt. Ltd.
O:+91 22 25785759 | M:+91 9820336050
Web: www.netmonastery.com
================================

Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#3

Please can you attach the files?

Revision history for this message
Shomiron Das Gupta (shomiron) said :
#4

Gaetan,

I dont see an option to attach my files, infact my first reply had them attached to my email. Is there someplace I can email you the files ??

Shomiron

Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#5

Dear Shomiron,
Could you post a bug? When doing so, you can attach files.
Gaetan

Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#6

A related bug has been opened (see https://bugs.launchpad.net/appy/+bug/611561) and solved.