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

Interactive links in tooltipss/labels/texts #1091

Open
pvinokurov opened this issue Apr 29, 2024 · 1 comment
Open

Interactive links in tooltipss/labels/texts #1091

pvinokurov opened this issue Apr 29, 2024 · 1 comment
Milestone

Comments

@pvinokurov
Copy link

pvinokurov commented Apr 29, 2024

It would be nice to have interactive links in labels/texts for page anchors or external links.

@pvinokurov
Copy link
Author

pvinokurov commented Apr 29, 2024

For example:

plot{
    points {
        x(cityName)
        y(population)
        
        tooltips(link(href="#{cityName}"))   // Link to the city chapter
    }
}

@alshan alshan added this to the New milestone May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants