I’m trying to work off of SAS article
http://support.sas.com/kb/44/319.html to customize a ghart tooltip in SAS 9.2. I can customize my tooltip using this method if I store the tooltip as part of a dataset. However I would like to be able to send a text string to the gchart html variable without storing it in a dataset to avoid overhead.
html = 'title="Term: Fall 2014 |
Degree level: Baccalaureate' |
Your chart is created from a dataset.
Why not create the tips at the same time from the dataset? How exactly do you "send" data to an HTML variable without putting this variable in a dataset and populating it?
The example shows the (only) way to create tooltips..
Your chart is created from a dataset.
Why not create the tips at the same time from the dataset? How exactly do you "send" data to an HTML variable without putting this variable in a dataset and populating it?
The example shows the (only) way to create tooltips..
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.