Hi Raul,

On Tue, 2008-11-04 at 18:00 +0100, Raul Mateos wrote:
> Hello! I'm new in the list. I'm using the june 2008 version under
> linux (ubuntu). I have discovered these great components and trying to
> use for several Open Source projects.
> 
> I'm trying to do two things using the graph component and I have one question:
> 
> - First is how to create an horizontal bars diagram. Is it possible?
> If so, how can I do it?

This is not yet possible, but we have an open enhancement request [1]
for it. Until now we did not have the time to actually implement that.

> - Second, How can I change the line thickness and border color for bar
> diagrams? I've seen it in
> http://kore-nordmann.de/blog/comparison_of_php_image_libraries_update.html

In this diagram only the color of the bars have been changed. Due to
slight overlapping of the semi transparent surfaces the bar borders seem
to have a color, which actually is not true. You can accomplish that by
setting, for example:

$chart->data['dataset']->color['bar 1'] = '#A40000B0'

> - Third. Are there more dataSetSymbols to use in line graphs?

Currently there are only the following datasymbols:

- None
- Bullet
- Circle
- Diamond

You can extend those by extending the method drawSymbol() in the
renderer classes - maybe even with some generic handler mechanism. If
you don't want to do so yourself, you might want to add a feature
request for this in our issue tracker [2].

Kind regards,
Kore

[1] http://issues.ez.no/IssueView.php?Id=13341
[2] http://issues.ez.no/

-- 
Mit freundlichen Grüßen / Med vennlig hilsen
 
Kore Nordmann (GPG: 0xDDC70BBB)
eZ Components Developer
eZ systems Headquarters

tel +49 (0) 231-9742-7750 | fax +49 (0) 231-9742-7751
[EMAIL PROTECTED] | eZ systems | ez.no

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to