Scripting stacked bar charts
I'm trying to trigger a script from a bar chart. When clicking on one of the segments of the bar JMP highlights the segment and its corresponding row in the data table. I then want to trigger a scipr that would read various entries in that row and create another page of plots, basically a drill down in another pane. I can implement the mouse functions as described in the JSL manual and get the ...