Pie Chart Customization

Hi,
I have prepared a piechart visualization as below:
1

Here on hovering on a particular slice i am getting a black box on which i am getting field,value and count as columns and the values as labels which i have given. Can i remove that field,value and count and keep only the labels.

Hi Dhanashree,

You could add the following lines

tr.tooltip-label {
    display: none;
}

at the bottom of the following CSS file

optimize\bundles\commons.styles.css

Note: This change would reflect in all the visualizations.

Hope this helped :tiger:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.