Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the fill color of bars #691

Closed
seandenigris opened this issue Aug 3, 2015 · 4 comments
Closed

Change the fill color of bars #691

seandenigris opened this issue Aug 3, 2015 · 4 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 691

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

obs: #setLinearFill is OK

Reported by andrehoraa on 2011-08-15 10:19:02

@seandenigris
Copy link
Contributor Author

Is this not working now?

Reported by tudor.girba on 2011-09-08 07:20:30

@seandenigris
Copy link
Contributor Author

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.

Reported by andrehoraa on 2011-09-23 19:50:38

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

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?

Reported by tudor.girba on 2011-09-24 08:01:51

  • Labels added: Milestone-4.6

@seandenigris
Copy link
Contributor Author

#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.

Reported by andrehoraa on 2011-09-24 08:54:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant