Runs another JSL(test.jsl) on the graph by Hover Labels,
frame = (p1 << report)[FrameBox( 1 )];
frame << Set Graphlet( Picture( loader = Include( "D:\0\test.jsl" ) ), Title( "Pie Preset" ), Reapply( 1 ) );
but does not finish.The record in the log is
Object 'LegendBox' does not recognize the message 'Position'; perhaps you mean one of these: <<Legend Position <<Orientation <<Paste <<Get Annotation <<Add Polygon Annotation <<Add Pin Annotation <<Save Presentation <<Set Window ID <<Size Window <<Get Window Position <<Print Window <<Close Window <<Set Window Icon <<Set Min Size <<UI Only.
However, if run test.jsl directly, it will get the correct result.
Do not know the specific reason?
Thanks!