ObjectProfile / Roassal2

Agile Visualization Engine for Pharo and VisualWorks
http://AgileVisualization.com
MIT License
26 stars 20 forks source link

Add color configuration to horizontal decorators in Grapher #50

Closed dorellang closed 1 year ago

dorellang commented 5 years ago

Hi, trying to do some graphs for my graduation project I've found that whereas the vertical decorators do support color settings (via the RTAbstractVerticalValuesDecorator>>#labelColor: accessor), the horizontal decorators don't :disappointed:

I think this shouldn't be that hard, just adding the corresponding instance var and accessors for RTAbstractHorizontalValuesDecorator>>#labelColor: and actually using them for rendering should do the trick. Maybe I'll make a Pull Request when I have more time (or maybe not lol).

akevalion commented 1 year ago

You can find this behaviour in RSVerticalTick and RSHorizontalTick in roassal3

Please use roassal3 https://github.com/ObjectProfile/Roassal3 I will close this issue because cleaning process and roassal2 will be frozen