Scatter plot: error with config value regressionLineOptions: null
#578
Labels
type: bug
Something isn't working
regressionLineOptions: null
#578
Environment
Steps to reproduce the bug
Observed Behavior
The scatter plot does not render and points to these lines where the null check is missing:
visyn_core/src/vis/scatter/ScatterVis.tsx
Lines 262 to 265 in f67d209
I've tried to fix it like this:
However, that seems to be incomplete because the regression line options are incomplete in the sidebar.
I'd guess that merging the default values is missing somewhere.
Expected Behavior
The scatterplot should also work correctly when passing
"regressionLineOptions": null
. Please also check the other optional config values. Thanks.Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered: