About charts
Francis J. Lacoste
flacoste at logreport.org
Mon Jun 16 23:09:01 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.logreport.org/pipermail/development/attachments/20030616/425e13d1/attachment.bin
More information about the Development
mailing list