Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 691 by andreho...@gmail.com: 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
Comment #1 on issue 691 by tudor.gi...@gmail.com: Change the fill color of bars http://code.google.com/p/moose-technology/issues/detail?id=691
Is this not working now?
Updates: Status: Fixed
Comment #2 on issue 691 by andreho...@gmail.com: 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.
Updates: Labels: Milestone-4.6
Comment #3 on issue 691 by tudor.gi...@gmail.com: 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?
Comment #4 on issue 691 by andreho...@gmail.com: 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.