Hi to all,

I fixed the crash error, try again 

RTHTML5ExporterExample new exportAll.

Note: if you have the roassal.js file, delete it before execute the previous code.

Cheers,
Milton

2014-12-05 12:25 GMT-03:00 Offray Vladimir Luna Cárdenas <offray@riseup.net>:
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