Open sarah-binf opened 3 months ago
That seems to be a bug. Can you send me the configuration.
I have attached the configuration. I'm sorry if it isn't helpful since you might not be able to reproduce it without the rest of the project code. configuration.txt
The issue disappears when I set "dataUIStyle": false,
. When it is true
these are the changes I made but I was unable to isolate any of them as causing the issue:
"widgetsAccentColor": "rgba(3,156,92,0.1)",
"widgetsBaseColor": "rgb(3,156,92)",
"widgetsBorderColor": "rgb(3,156,92)",
"widgetsContrastColor": "rgb(3,156,92)",
"widgetsStripedColor": "rgb(3,156,92)",
"widgetsIconClsAColor": "rgb(3,156,92)",
I will look into it and get back to you. Thank you.
I changed the default value to false which seems to fix the issue. It will be fixed in Version 51.6
Is there any reason why setting
"colorDataTable":false
in the configurations still shows the highlighted colours in the table (for example the view in the attached example of the table from dotplot-8). Is there another way to hide the colours by default instead of manually clicking theColor Data Table
icon in the table view?