Hi everyone, I am displaying the points on my scatterplot component, but all of the points are not showing up in the scatterplot.
For context, my data and layout plotly code is generated in a javascript query, and I am inserting the output in the "data" and "layout" field of the chart component. My javascript query is returning 23 points but the scatterplot is displaying 19. I also investigated the state of the scatterplot component and it also shows that there are 23 points.
Is this an error on the Retool end? Or is there anything else I could do to troubleshoot this behavior?
Thank you so much!