Dear list,
Mondrian is a great tool :-) I have a question, how can I add a label under a box. I tried the following script:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= view nodes: mooseModel allClasses forEach: [:each | view newShape label text: #name. view verticalLineLayout. ]. view edgesFrom: #superclass. view treeLayout. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
But I still have unlabeled boxes...
Cheers, Alexandre