Pie charts should have a setting for hiding numbers from chart, but keeping in tooltip #634
Labels
enhancement
New feature or request
:Lens
Kibana Lens related issue
:partition
Partition/PieChart/Donut/Sunburst/Treemap chart related
The goal of this request is to have a combination of settings for pie charts that can do the following.
The closest we can get today is by setting
<Partition valueFormatter={() => ''} />
, which does not solve the tooltip issueIn that example, only the percent is shown in the tooltip:
I would like to have the tooltip show both the numeric value and percentage, which happens in the default case:
The specific API I would request to do this already exists, but is missing. I would expect the following to work:
The text was updated successfully, but these errors were encountered: