Dear list,
I wish to color some nodes according using a metric. Ideally, I would love to use something like: view nodes: each classes forEach: [:node| node setColor: (...)].
But setColor:, color: are not defined on Mondrian.NodeFigure.
Each node may potentially have a different color.
I tried to use "view node: ... forIt: ..." and "view nodes: aCollection using: aShape " but this was not successful.
I found a way to color all nodes contained in a view with: -=-=-=-=-=-=-=-=-=-=-=-= view nodes: packages forEach: [:each | view blueRectangleShape. view nodes: each classes. view gridLayout.]. -=-=-=-=-=-=-=-=-=-=-=-=
i am nearly there :-)
Any help?
Cheers, Alexandre