cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
] />

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lala
Level IX

How can point the cursor to a certain bar chart on the right to obtain the country name?


How can point the cursor to a certain bar chart on the right to obtain the country name, and then get all the resource data of that country in the master table:

Left panel: Resource list (Oil, Natural Gas, etc.). Mouse hover (no click needed) auto-selects and highlights the item, then instantly updates the trend text and source link button below.
When hovering on left resource name, the right main chart automatically updates (no click) to show that resource’s country distribution bar chart: Y = Country/Region, X = Percentage Share, Group Y = Category (Reserve Distribution / Consumption), with value labels.
Right main bar chart: Graph Builder (only the selected resource’s bars). Hover cursor on any bar → immediately shows Graphlet popup with two side-by-side small pie charts:
Left pie: “Reserve Distribution for [Country]” (small Graph Builder pie)
Right pie: “Consumption for [Country]” (small Graph Builder pie)

Keep trend text, clickable link button, and overall window layout unchanged.

Please fix only the Graphlet hover pies in step 3 (rest of code is stable).


Thanks Experts!
2026-03-09_18-35-46.png

6 REPLIES 6
jthi
Super User

Re: How can point the cursor to a certain bar chart on the right to obtain the country name?

Are you trying to prompt JMP Community...?

-Jarmo
lala
Level IX

Re: How can point the cursor to a certain bar chart on the right to obtain the country name?

Yes, this JSL of mine was generated by gemini3.1 pro.
However, it has never achieved the hover drill-down function of the bar chart on the right: automatically drill-down two pie charts.
One can only come to the community to consult experts.


Thanks Experts!

jthi
Super User

Re: How can point the cursor to a certain bar chart on the right to obtain the country name?

Yeah, but you ask questions here, don't just write prompts... we are not LLMs. 

 

And to the possible question: use graph builder object instead of the report 

image.png

If you need to pull in more information, look from the documentation how hover labels work:

-Jarmo
lala
Level IX

Re: How can point the cursor to a certain bar chart on the right to obtain the country name?

Thanks Experts!

Left panel: Resource list (Oil, Natural Gas, etc.). Mouse hover (no click needed) auto-selects and highlights the item, then instantly updates the trend text and source link button below.
When hovering on left resource name, the right main chart automatically updates (no click) to show that resource’s country distribution bar chart: Y = Country/Region, X = Percentage Share, Group Y = Category (Reserve Distribution / Consumption), with value labels.
Right main bar chart: Graph Builder (only the selected resource’s bars). Hover cursor on any bar → immediately shows Graphlet popup with two side-by-side small pie charts:
Left pie: “Reserve Distribution for [Country]” (small Graph Builder pie)
Right pie: “Consumption for [Country]” (small Graph Builder pie)

Keep trend text, clickable link button, and overall window layout unchanged.

Please fix only the Graphlet hover pies in step 3 (rest of code is stable).


jthi
Super User

Re: How can point the cursor to a certain bar chart on the right to obtain the country name?

?

-Jarmo
hogi
Level XIII

Re: How can point the cursor to a certain bar chart on the right to obtain the country name?

Recommended Articles