I'd like to control the tooltip in a barchartparm.
I can manage "[text of my choice]=[valueofmychoice]" and "=[valueofmychoice" but not just "[valueofmychoice]" without the equals sign. Is there a way to do this?
Beeing able to display part of the value as bold would be a bonus...
I found some discussions online but the reply stating that it was not possible was kind of old...
/Andreas
Can you show some sample code? It is not clear if you are using the graph template language, an SG procedure, or an older SAS/GRAPH procedures.
I do not think you can get rid of the equal sign. I see nothing in the documentation that indicates that you can customize the details of the tool tips.
I don't know of a way to get rid of the '=' in the tooltip in GTL or ODS Graphics. This would be a useful feature to request for possible implementation in the future.
(You can do it in SAS/Graph procs, such as proc gplot, ... but you're using GTL / ODS Graphics.)
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.