I like to prepare an interactive timeline graph (static on load, but dynamic on MouseHover event). Somehow is similar to the Stack-exchange reputation tab for an user. One classic example is here. When the page loads, it shows the graph with separate colored lines for every sites. But, on mouse hover at any point an interactive pop-up shows the status of reputation on that particular day of that user.
Since this is a regular task for me to prepare a Record Tracker every day. I wish to automate this by:
- preparing a template for the report (containing only the graph),
- connecting to an external
CSVcontaining data, on which basis the report would be generated, - and finally add some interactivity like the previous link.
Connecting to database is some how I have managed using datatool package. But, I have no idea how to create a PDF file, that is static on load but dynamic on hover.
I have gone through some animated examples from animate package. But, not able to find any specific package to use in this occasion. Being less-known in this field, I wish if someone guides me to the way to get the solution.
I am unsure whether this could be done in LaTeX or not. Is this possible using LaTeX at all? Any help (either some code or pointing out some resources) is greatly appreciated.
hoverevents. I rather have to choose any other way. Thanks again Sir. – Cylian Mar 23 '13 at 16:52ocgx. But, still I wonder if there is really a way to do the same thing with hover effect , no matter if only a few PDF browers supports that. And I would highly obliged if you point me to some of these resources. Thank you, Sir. – Cylian Mar 24 '13 at 07:43cooltooltips.sty. But this certainly requires Javascript. I don't know how well OCGs are supported in Adobe Javascript API. This API is just supported by Adobe AFAIK. Contact the maintainer ofocgx.styfor a feature request. Maybe he can implement. – Josef Mar 24 '13 at 11:43