having problems with s1ms reporting
Lire
lire.sadesi at juntadeandalucia.es
Mon Jun 23 19:20:04 CEST 2003
>On lun, 2003-06-16 at 06:13, Lire wrote:
>>
>> hi all:
>>
>> i work with Lire 1.3
>> i think that the charts capacity is too limited. I can specify the
type of charts [bar, pie, histogram...]
>> but i think that i cant specify importants elements like
>> - what columns i want to appear
>> - select rows that i want
>> - colors
>> - more types of charts
>>
>> at the developers manual charts dont appear anywhere, in the chapter
10 /The lire report specification markup language dont appear into
report-specs >>atributtes (only are id, schema, and id again or
superservice?)
>>
>> Did i miss anything? or have i develop new modules?
>>You are right about the limited features set of the chart generation
>>tool.
>The customization you are describing would be a nice addition.
>Unfortunately, the current chart tool generates the chart based on the
>charttype attribute in the XML report. That attribute is set based on
>the charttype attribute set in the report specification.
>
>For your customization, we can see two solutions:
>
>1- Add new attributes/elements to the report specification XML format
>to set these new chart parameters
>
>2- Develop an interactive tool which would generate the charts based on
>parameters.
>
>In either case, you will be interested in Lire::Report(3pm) and
>Lire::ReportParser(3pm) which can be used to write your postprocessing
>tool.
>
>The current chart generator is implemented in
>Lire/ReportParser/PloticusChartWriter.pm
>
>(the old GD::Graph-based implementation)
>Lire/ReportParser/ChartWriter.pm
>
>
>Francis J. Lacoste
>
>--
>Francis J. Lacoste . . http://www.logreport.org
>/^LogReport$/ . . flacoste at logreport.org
hi again:
my problem arise with informs tables that have more that one columns of
names:
(ex: Host Ip Num_Connections %Num_Connection)
that graph paint always the first column, therefore the numeric results
dont appear very well. i submit an example of inform.
about your solution, i worked with ReportParser and PloticusChartWriter
and i think how runs, but i have doubts:
- how adds adds new attributes/elements to the report
specification XML format? i want adds new parameter of chart
that indicates the name of column that i want to paint in
the graph.
- moreover, this changes affects to others informs (like
sendmail what i uses like you define by default), doesnt it?
thanks in advance
agustin.
--
To UNSUBSCRIBE, email to development-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
development-request at logreport.org
More information about the Development
mailing list