Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlink in tooltip data? #461

Open
csbandi opened this issue Sep 13, 2017 · 3 comments
Open

Hyperlink in tooltip data? #461

csbandi opened this issue Sep 13, 2017 · 3 comments
Labels

Comments

@csbandi
Copy link

csbandi commented Sep 13, 2017

Hi,

I wish to display the content of a 'tool tip' as a hyperlink. I tried anchor tags in the tool tip 'formatters', but it didn't work. How can I do this?

@alexanderby
Copy link
Contributor

Use escapeHtml option

...
plugins: [
    tauCharts.api.plugins.get('tooltip')({
        escapeHtml: false
    })
]
...

@csbandi
Copy link
Author

csbandi commented Sep 13, 2017

Thank you. that worked!
Wonder if this is included in the document at api.taucharts.com?

@alexanderby
Copy link
Contributor

Seems like we have to add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants