Packed Chart
For Graph Builder/Bar/Packed chart, how can I change the way how items are selected as "primary labels"?
By default the highest values of the first framebox are used, right?
Can I change it to: highest values summed over all frameboxes?
e.g.for cars datadt = Open( "$SAMPLE_DATA/Cars.jmp" );
gb = Graph Builder(
Variables( X( :Make ), Group X( :Year ), Color( :Make ) ),
Elements(
Bar(
X,
Leg
...