Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Charts - Trying to add links or any form of custom html in popup

Is there any way to have links in any part or a google chart? Or embeded html?

I would idealy like to format the pop-up with my own html. some(3) and other(4) should be links.

Links needed in this pop-up

This is the closest I could get to what I would need Dynamic icons.

By reading on the net I am starting to think that my best option would be to not display google's popup and display a custom div instead.

Edit 1: Google themselfes have a clickable link "Create new annotation" on their google analytics reports, so anything like that would be great.

enter image description here

like image 894
Emanuel Avatar asked Nov 13 '22 16:11

Emanuel


1 Answers

What you want is the Annotated Time Line from Google Visualizations. Take a look at the first configuration option. :)

http://code.google.com/apis/chart/interactive/docs/gallery/annotatedtimeline.html#Configuration_Options

like image 115
Dagg Nabbit Avatar answered Dec 18 '22 18:12

Dagg Nabbit