nomic-ai/deepscatter

scatterplot.tooltip_html settings overwritten in first plot

bmschmidt opened this issue · 1 comments

Currently setting scatterplot.tooltip_html only can be set after a first draw. There needs to be some way to prevent the first call to scatterplot.plotAPI from overwriting those settings.

Currently this can only be set by awaiting promise resolution on the initial plotAPI.

Should be fixed now.