-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Feature request] Different texts for Labels and legends #5
Comments
Hi @yancorrea1995 , thanks for your interest! data: {
labels: ['Impressions', 'Add To Cart', 'Buy'],
subLabels: ['Direct', 'Social Media', 'Ads'],
...
} What would be wish to set the values? |
And, if possible, add an option to hide the zero values in the mouse hover. Example (hide "Idea 02: 0" because the "0" is not a necessary information. That will make the Funnel more clean and easy to view. |
Agreed with removing zeroes for usability, but having to adapt the data to remove subsets with no values made for some efficient backend code 😛 |
Don't need to remove the values, just hide. Who to use chooses whether or not to hide with a flag (option) in the settings of the funnel. |
I made a workaround to hide empty sublabel values. The last "if" hide also results with only 1 value, to avoid redundancy with main label.
|
Would it be possible to add this feature?
Add a setting to set legends (subtitles) and Labels separately. One field for each object.
Thanks!
The text was updated successfully, but these errors were encountered: