Hi,
I want to create a Geospatial Scatter Chart but I have 1500 points and in this type of chart we have a limitation of 1000 documents as said in (https://docs.mongodb.com/charts/saas/chart-type-reference/geospatial-scatter/#limitations).
1- I want to know if there is a way to increase this number and if this isn’t possible,
2- Can I use the 1500 points to create the graph and then use a dashboard-level filter (Filter Your Dashboards with MongoDB Charts | MongoDB Blog), so that when I apply a dashboard-level filter, the number of points will (hopefully) decrease to less than 1000 and they will be all visible in the chart?
To clarify, in 2 I want to graph 1000 visibles and 500 “invisibles” points (I’m assuming that when you graph 1500 documents, only 1000 of them are visible) so that when I apply a dashboard level filter, if the result is less than 1000 points, then they will all be visible.
Thank you!!