Thanks, it works. A nice candidate for the contextual menu in the GT inspector visualizations, like the current export as PNG.
Cheers,
Offray
El 05/12/14 a las 07:24, Alexandre Bergel escribió:
Something like:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
b := RTGrapherBuilder new.
b extent: 300 @ 200.
ds := RTStackedDataSet new.
ds points: RTShape methods.
ds y: #numberOfLinesOfCode.
ds barShape color: Color blue.
b add: ds.
b axisX; axisY.
b build.
RTHTML5Exporter new export: b view
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#export: accept a view as parameter
Alexandre
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev