Hiding the settings icon displayed over the chart

How to hide the settings icon displayed over the chart, Which shows on hovering over the chart on the page?

Comments

  • You can do so by uploading the following CSS file in Decisions and using it over the pie chart.

    .dpc-chart-control-buttons {

        display: none;

    }

    Please refer to the documentation over Uploading CSS and Using CSS on a Page for details on uploading and using the CSS file. 

Sign In or Register to comment.