neuhausi / canvasXpress

CanvasXpress: A JavaScript Library for Data Analytics with Full Audit Trail Capabilities.
http://www.canvasXpress.org
290 stars 44 forks source link

Color Data Table #163

Open sarah-binf opened 3 months ago

sarah-binf commented 3 months ago

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 the Color Data Table icon in the table view? api_data_table_color_data_table dotplot-8_color_data_table

neuhausi commented 3 months ago

That seems to be a bug. Can you send me the configuration.

sarah-binf commented 3 months ago

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

sarah-binf commented 3 months ago

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)",

neuhausi commented 3 months ago

I will look into it and get back to you. Thank you.

neuhausi commented 3 months ago

I changed the default value to false which seems to fix the issue. It will be fixed in Version 51.6