-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
No way to customize tooltip in the theme river chart #4921
Labels
Comments
Any update on this? This chart is so nice but unfortunately doesn't have a way to customize tooltip on it.. Example code: See tooltip's formatter, console.log returns undefined as there is no data.
|
Sorry didn't notice this issue, we will fix it in next version, thanks again @jarben :) |
Thanks @pissang ! This will be very useful and appreciated! |
Fixed in 3.5.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 3.4.0
First of all great job on the 3.4.0 release!
I was trying to customize themeRiver tooltip with no luck:
As you see in the console, there is no data in the passed argument. Also, I've noticed that the function doesn't even run when the tooltip type is "item".
The text was updated successfully, but these errors were encountered: