Q: Chart save to interative HTML but it shows "this feature is not interative"
Graph Builder(
Size( 534, 448 ),
Show Control Panel( 0 ),
Variables(
X( :TESTER ),
Y( :WAFER_YIELD ),
Y( :WAFER_YIELD ),
Color( :TESTER )
),
Elements(
Position( 1, 1 ),
Box Plot( X, Y, Legend( 4 ) ),
Caption Box( X, Y, Legend( 7 ), Per Factor( 1 ) )
),
Elements(
Position( 1, 2 ),
Bar(
X,
Y,
Legend( 6 ),
Summary Statistic( "N" ),
Label( "Label by Value" ),
...