Yes, now it is not possible to remove the border around each bar.
I can have a look into this asap.

regards,

On Fri, May 27, 2011 at 11:14 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Ah sorry. I should have seen the unnecessary  setInvertedLinearFill

how can I remove the border around each bar? I was looking for a withoutBorder, but it does not exist.

Cheers,
Alexandre


On 27 May 2011, at 17:08, Andre Hora wrote:

> Hello,
>
>  | diag factory |
>        factory := ESDummyFactory new.
>
>        factory yValues: numberOfExecutionsTable values.
>        diag := ESDiagramRenderer new.
>        (diag verticalBarDiagram)
>                y: #yValue;
>                regularAxis;
>                width: 300;
>                height: 200;
>                setColoredFill;
>                defaultColor: Color lightBlue;
>                models: factory buildDummies.   "or setInvertedLinearFill"
>
> regards,
>
> On Fri, May 27, 2011 at 10:47 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
> Hi!
>
> How can I set the bar color with eyesee?
> The script:
> -=-=--=-=--=-=--=-=--=-=-
>        | diag factory |
>        factory := ESDummyFactory new.
>
>        factory yValues: numberOfExecutionsTable values.
>        diag := ESDiagramRenderer new.
>        (diag verticalBarDiagram)
>                y: #yValue;
>                regularAxis;
>                width: 300;
>                height: 200;
>                setInvertedLinearFill;
>                setColoredFill;
>                defaultColor: Color lightBlue;
>                models: factory buildDummies.   "or setInvertedLinearFill"
> -=-=--=-=--=-=--=-=--=-=-
>
> Gives me
>
>
>
>
> How can I turn it into light blue?
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
>
> --
> Andre Hora
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Andre Hora