cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

Hover Label Scripting Tutorial

DavidLeber
Level III

All,

 

Is there a tutorial for how to script Hover Label graphs? I looked at the default generated Hover Label Editor but the code is relatively uncommented and difficult to parse. 

 

Thanks!

4 REPLIES 4


Re: Hover Label Scripting Tutorial

Did you look up hover labels in Help > Books > Scripting Guide? The documentation contains a lot of examples with code.

nascif_jmp
Level VI


Re: Hover Label Scripting Tutorial

@DavidLeber besides the examples that @Mark_Bailey mentioned, I will be working on new material for the Community in the following months.

I have already posted a few JSL examples based on the new hover label functionality, see:

https://community.jmp.com/t5/JMP-Scripts/WikiReader-Augmenting-Hover-Labels-with-web-data-and-images...

https://community.jmp.com/t5/Discussions/Is-it-possible-to-combine-two-pictures-in-one-expression-co...

There is also documentation on-line related to this area, such as:

https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/add-graphs-or-images-to-hover-labels.s...

* https://www.jmp.com/support/help/en/15.0/index.shtml#page/jmp/create-drill-down-graphs.shtml#ww61136...

 

Our hope was that between the rich functionality supported out-of-the-box by Graphlet Presets and easy of customization afforded by the Paste Graphlet command, we would cover most of the use cases without the need for extra coding.

Of course, we exposed a JSL API precisely to allow for those scenarios that do require additional customization.

Do you have a particular use case in mind? Please let us know.

 

nascif_jmp
Level VI


Re: Hover Label Scripting Tutorial

Hi @DavidLeber,

Good news! We will give an in-depth presentation at the upcoming Discovery Summit Americas 2020 on the new Hover Label capabilities, including details about how to use its JSL extension points to create custom graphlets.

The presentation video and supporting material are already on-line here.

We will also have a Q&A session after the presentation is displayed so do come by with your questions.

 

LisaG
Staff


Re: Hover Label Scripting Tutorial

Hi @DavidLeber, You might also be interested in this blog which has some great examples for getting started on hover label scripting: Hover labels: Understanding the extensions framework 

Recommended Articles

No recommendations found