[Zope] graphs and charts
AM
list_subscriber@neurobs.com
Tue, 24 Sep 2002 14:38:06 -0700
Weel the following problem plagues me:
my call:
<dtml-call "REQUEST.set('poll_id',7)">
The chart : <br>
<dtml-var result_chart>
and my get data:
<dtml-call
"REQUEST.set('temp_labels',format_poll_data(id=REQUEST.get('poll_id'))[0])">
<dtml-call
"REQUEST.set('temp_data1',format_poll_data(id=REQUEST.get('poll_id'))[1])">
<dtml-return "(temp_labels, temp_data1)">
NO errors... bu NO CHART either...!!!
AM
Ulrich Wisser wrote:
>Hello AM,
>
>did you look at ZGDChart? You cn find it at zope.org. It
>works really well for me.
>
>Ulrich
>
>
>
>
>
>
--
==================================================================
Aseem Mohanty
Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706
(R) 510 7696011 (M) 510 3014871 (O) 510 5279231
==================================================================
"I saw `cout' being shifted "Hello world" times to the left and
stopped right there!!" -- Steve Gonedes
==================================================================