Issue 691 in moose-technology: Change the fill color of bars

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 691 in moose-technology: Change the fill color of bars

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-EyeSee

New issue 691 by [hidden email]: Change the fill color of bars
http://code.google.com/p/moose-technology/issues/detail?id=691

Script helpers like #setColoredFill or #coloredFill: are not working.
I should work like #fillColor: in Mondrian.

obs: #setLinearFill is OK

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 691 in moose-technology: Change the fill color of bars

moose-technology

Comment #1 on issue 691 by [hidden email]: Change the fill color of  
bars
http://code.google.com/p/moose-technology/issues/detail?id=691

Is this not working now?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 691 in moose-technology: Change the fill color of bars

moose-technology
Updates:
        Status: Fixed

Comment #2 on issue 691 by [hidden email]: Change the fill color of  
bars
http://code.google.com/p/moose-technology/issues/detail?id=691

The #setColoredFill is now working.
Check examples ESExamples>>verticalBar4 and verticalBar5.
It should NOT work like fillColor: in Mondrian as I said in description  
above.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 691 in moose-technology: Change the fill color of bars

moose-technology
Updates:
        Labels: Milestone-4.6

Comment #3 on issue 691 by [hidden email]: Change the fill color of  
bars
http://code.google.com/p/moose-technology/issues/detail?id=691

Thanks. But, why should it not work like in Mondrian? The only thing that  
should change is that the parameter is a block that gets evaluated rather  
than set directly. Or?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 691 in moose-technology: Change the fill color of bars

moose-technology

Comment #4 on issue 691 by [hidden email]: Change the fill color of  
bars
http://code.google.com/p/moose-technology/issues/detail?id=691

#setColoredFill is just a script helper to be used with #setLinearFill  
#setInvertedLinearFill when you want colored liner fill (that's the  
original implementation, I just fixed).

If you check Issue 712, I created the method #fillColor: that receives a  
block and works like in Mondrian.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev