Hi Felipe,
Currently we don’t have any id to hide the div “Cube Selector” label and dropdown list. Meanwhile, you can use the “class” name to hide the div tag which has been provided for the Cube Selector in sample itself. Please find the sample code snippet for your reference.
Sample code for hide the Cube Selector label and drop-down list:
<style>
.csHeader{
display:none !important;
}
</style> |
Regards,
Sastha Prathap S.