Hi,
Indeed, there is no example for this in the image.
You do it by using the GraphETPresentation from Glamour. Here is a standalone example:
GLMCompositePresentation new with: [ :composite | composite graphET chart: [ :chart :input | chart verticalBarDiagram models: input; y: #yourself ]]; openOn: (1 to: 42)
To do it inside the MooseFinder, you extend the instance side of your class with a method like this:
mooseFinderMyChartIn: composite <moosePresentationOrder: 20> composite graphET chart: [ :chart :input | chart verticalBarDiagram models: anInputBasedOnSelf; y: [:value | someTransformation ] ]
Let me know if this works for you.
Cheers, Doru
On Fri, Dec 13, 2013 at 4:20 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi everyone!
I want to display graphET diagrams in moose finder. All other diagram usages are based on Mondrian builder. Can someone help me to build diagrams with other builder?
Cheers. Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev