Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
160 stars 68 forks source link

Fix Scatter Plot Color Schema #2751

Closed bobbai00 closed 1 month ago

bobbai00 commented 1 month ago

This PR fixes the missing colors on the scatter plots.

The bug is caused by the generated plotly codes doesn't put the color as the attributes to generate the graph.

The fix is done by adding the colorColumn back to the graph generation