shahinrostami / plotapi

Engaging visualisations, made easy.
https://plotapi.com
MIT License
267 stars 17 forks source link

How to show custom hover message? #22

Closed stefaneidelloth closed 3 years ago

stefaneidelloth commented 3 years ago

I would like to show a message "The flow between $source and $target is $value"

shahinrostami commented 3 years ago

Hello! Are you using Chord Pro (https://datacrayon.com/shop/product/chord-pro/)?

If so - you can use the verb and noun parameters to change the following template:

{source} and {target}
{verb} {num_instances} {noun}

e.g. the default is

{source} and {target}
occur together in {num_instances} instances

Please feel free to join us on https://discord.com/invite/nsezsyb to discuss potential new features!