Hiding the settings icon displayed over the chart
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.