cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Data point limit on scatter map

jonhaworth
7 - Data Storage
7 - Data Storage

Hi all

We use Sisense as an embedded analytics solution within our ticketing software (provided by Tessitura, www.tessituranetwork.com). We've built a scatter map on one of our dashboards but it's missing a fair bit of data.

We're trying to plot the approx 7000 MSOAs in the UK on one scatter map which can be zoomed and panned - but Tessitura tell us they think there's a limit of 5000 data points on this widget, which is proving to be a real pain for us to work around. Does anyone know if this is correct, and if so if there's a way to increase this?

Thanks

Jon

4 REPLIES 4

Alek_qbeeq
9 - Travel Pro
9 - Travel Pro

Hi @jonhaworth

You can try this widget script: 

widget.on("buildquery", function(se,args) {
args.query.count = 8000;
})

 Unfortunately, I don't have the data to test it on Scatter Map. 

Please let me know if it works for you.

Always here to help,
Alek from QBeeQ

QBeeQ - Gold Implementation and Development Partner
www.qbeeq.io

This didn't work for me. I'm not sure if there is something I need to do to activate the code but my widget was unaffected.

This is not working.
The maximum data points scatter map is taking around 3500

bminehart
9 - Travel Pro
9 - Travel Pro

@zohebakber we're seeing a limit of around 10,000 points on the widget (which is actually still too low for our purposes). I was searching looking for a documented limit from Sisense -- have you found one?